Opc.Ua.Security.Certificates
CrlEntryExtensions Property



Opc.Ua.Security.Certificates Namespace > RevokedCertificate Class : CrlEntryExtensions Property
The list of crl entry extensions.
Syntax
'Declaration
 
Public ReadOnly Property CrlEntryExtensions As X509ExtensionCollection
'Usage
 
Dim instance As RevokedCertificate
Dim value As X509ExtensionCollection
 
value = instance.CrlEntryExtensions
public X509ExtensionCollection CrlEntryExtensions {get;}
public:
property X509ExtensionCollection^ CrlEntryExtensions {
   X509ExtensionCollection^ get();
}
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

RevokedCertificate Class
RevokedCertificate Members