Class PKCertificateGenerator
Inherited Members
Namespace: Lacuna.Pki.Issuer
Assembly: Lacuna.Pki.dll
Syntax
public class PKCertificateGenerator : BasePKCertificateGenerator
Constructors
PKCertificateGenerator()
Declaration
public PKCertificateGenerator()
Properties
Issuer
Issuer certificate with key
Declaration
public PKCertificateWithKey Issuer { get; set; }
Property Value
Type | Description |
---|---|
PKCertificateWithKey |
Methods
GenerateCertificate()
Generates the X509 certificate
Declaration
public PKCertificate GenerateCertificate()
Returns
Type | Description |
---|---|
PKCertificate | Issued PKCertificate |