Class SelfSignedPKCertificateGenerator
Inherited Members
Namespace: Lacuna.Pki.Issuer
Assembly: Lacuna.Pki.dll
Syntax
public class SelfSignedPKCertificateGenerator : BasePKCertificateGenerator
Constructors
SelfSignedPKCertificateGenerator()
Declaration
public SelfSignedPKCertificateGenerator()
Properties
PrivateKey
The self-signed certificate private key
Declaration
public PrivateKey PrivateKey { get; set; }
Property Value
Type | Description |
---|---|
PrivateKey |
Methods
GenerateCertificate()
Generates the self-signed X509 certificate
Declaration
public PKCertificate GenerateCertificate()
Returns
Type | Description |
---|---|
PKCertificate | Self-signed PKCertificate |