Opc.Ua.Security.Certificates
CrlNumber Property



Opc.Ua.Security.Certificates Namespace > X509CrlNumberExtension Class : CrlNumber Property
Gets the CRL Number.
Syntax
'Declaration
 
Public ReadOnly Property CrlNumber As BigInteger
'Usage
 
Dim instance As X509CrlNumberExtension
Dim value As BigInteger
 
value = instance.CrlNumber
public BigInteger CrlNumber {get;}
public:
property BigInteger CrlNumber {
   BigInteger get();
}

Property Value

The uris.
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

X509CrlNumberExtension Class
X509CrlNumberExtension Members