Opc.Ua.Security.Certificates
ReadExtension Method



Opc.Ua.Security.Certificates Namespace > X509Extensions Class : ReadExtension Method
The ASN reader.
Read an ASN.1 extension sequence as X509Extension object.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ReadExtension( _
   ByVal reader As AsnReader _
) As X509Extension
'Usage
 
Dim reader As AsnReader
Dim value As X509Extension
 
value = X509Extensions.ReadExtension(reader)
[Extension()]
public static X509Extension ReadExtension( 
   AsnReader reader
)
[Extension()]
public:
static X509Extension^ ReadExtension( 
   AsnReader^ reader
) 

Parameters

reader
The ASN reader.
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

X509Extensions Class
X509Extensions Members