X509CrlBuilder Constructor (X509CRL2) |
Initializes a new instance of X509CrlBuilder from existing CRL data.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CrlBuilder(
X509CRL2 existingCrl
)
Public Sub New (
existingCrl As X509CRL2
)
public:
X509CrlBuilder(
X509CRL2^ existingCrl
)
new :
existingCrl : X509CRL2 -> X509CrlBuilder
Parameters
- existingCrl
- Type: System.Security.Cryptography.X509CertificatesX509CRL2
Existing CRL object.
Remarks Only version, extensions and a list of revoked certificates are copied to the builder.
See Also