Opc.Ua.Security.Certificates
RevokedCertificate Class
Members 



Opc.Ua.Security.Certificates Namespace : RevokedCertificate Class
Represents a revoked certificate in the revoked certificates sequence of a CRL.
Syntax
'Declaration
 
Public Class RevokedCertificate 
'Usage
 
Dim instance As RevokedCertificate
public class RevokedCertificate 
public ref class RevokedCertificate 
Remarks
CRL fields -- https://tools.ietf.org/html/rfc5280#section-5.1 ... revokedCertificates SEQUENCE OF SEQUENCE { userCertificate CertificateSerialNumber, revocationDate Time, crlEntryExtensions Extensions OPTIONAL -- if present, version MUST be v2 } OPTIONAL, ...
Inheritance Hierarchy

System.Object
   Opc.Ua.Security.Certificates.RevokedCertificate

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 Members
Opc.Ua.Security.Certificates Namespace