Table of Contents

Class BouncyCastleClientCertificateInfo

Namespace
Fluxzy.Clients.Ssl.BouncyCastle
Assembly
Fluxzy.Core.dll
public class BouncyCastleClientCertificateInfo
Inheritance
BouncyCastleClientCertificateInfo
Inherited Members

Constructors

BouncyCastleClientCertificateInfo(string, string?)

public BouncyCastleClientCertificateInfo(string pkcs12File, string? pkcs12Password = null)

Parameters

pkcs12File string
pkcs12Password string

Properties

Pkcs12File

public string Pkcs12File { get; }

Property Value

string

Pkcs12Password

public string? Pkcs12Password { get; }

Property Value

string