X509CertificateTemplateExtension(AsnEncodedData, Boolean) Constructor
Initializes a new instance of the
X509CertificateTemplateExtension class using an
AsnEncodedData object and a value that identifies whether the extension is critical.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public X509CertificateTemplateExtension(
AsnEncodedData templateInfo,
bool critical
)
Public Sub New (
templateInfo As AsnEncodedData,
critical As Boolean
)
public:
X509CertificateTemplateExtension(
AsnEncodedData^ templateInfo,
bool critical
)
new :
templateInfo : AsnEncodedData *
critical : bool -> X509CertificateTemplateExtension
Parameters
- templateInfo AsnEncodedData
- The encoded data to use to create the extension.
- critical Boolean
- True if the extension is critical; otherwise, False.
This constructor strictly checks whether the data in the templateInfo parameter is valid
extension value.