Opc.Ua.Security.Certificates
X509AuthorityKeyIdentifierExtension Class
Members 



Opc.Ua.Security.Certificates Namespace : X509AuthorityKeyIdentifierExtension Class
Stores the authority key identifier extension.
Syntax
'Declaration
 
Public Class X509AuthorityKeyIdentifierExtension 
   Inherits System.Security.Cryptography.X509Certificates.X509Extension
'Usage
 
Dim instance As X509AuthorityKeyIdentifierExtension
public class X509AuthorityKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension 
public ref class X509AuthorityKeyIdentifierExtension : public System.Security.Cryptography.X509Certificates.X509Extension 
Remarks
id-ce-authorityKeyIdentifier OBJECT IDENTIFIER ::= { id-ce 35 } AuthorityKeyIdentifier ::= SEQUENCE { keyIdentifier[0] KeyIdentifier OPTIONAL, authorityCertIssuer[1] GeneralNames OPTIONAL, authorityCertSerialNumber[2] CertificateSerialNumber OPTIONAL } KeyIdentifier::= OCTET STRING
Inheritance Hierarchy

System.Object
   System.Security.Cryptography.AsnEncodedData
      System.Security.Cryptography.X509Certificates.X509Extension
         Opc.Ua.Security.Certificates.X509AuthorityKeyIdentifierExtension

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509AuthorityKeyIdentifierExtension Members
Opc.Ua.Security.Certificates Namespace