X509AuthorityKeyIdentifierExtension(String, Boolean) Constructor

Initializes a new instance of X509AuthorityKeyIdentifierExtension class from a key identifier value and a value that identifies whether the extension is critical.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509AuthorityKeyIdentifierExtension(
	string keyIdentifier,
	bool critical
)

Parameters

keyIdentifier  String
Must be a hex string that represents hash value.
critical  Boolean
True if the extension is critical; otherwise, False.

Exceptions

ArgumentNullExceptionkeyIdentifier value is null or empty.

See Also