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.
            
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public X509AuthorityKeyIdentifierExtension(
	string keyIdentifier,
	bool critical
)
Public Sub New ( 
	keyIdentifier As String,
	critical As Boolean
)
public:
X509AuthorityKeyIdentifierExtension(
	String^ keyIdentifier, 
	bool critical
)
new : 
        keyIdentifier : string * 
        critical : bool -> X509AuthorityKeyIdentifierExtension
Parameters
- keyIdentifier  String
- Must be a hex string that represents hash value.
- critical  Boolean
- True if the extension is critical; otherwise, False.