Opc.Ua.Security.Certificates
X509CRLCollection Constructor(X509CRL)



Opc.Ua.Security.Certificates Namespace > X509CRLCollection Class > X509CRLCollection Constructor : X509CRLCollection Constructor(X509CRL)
Create a crl collection from a single CRL.
Syntax
'Declaration
 
Public Function New( _
   ByVal crl As X509CRL _
)
'Usage
 
Dim crl As X509CRL
 
Dim instance As New X509CRLCollection(crl)
public X509CRLCollection( 
   X509CRL crl
)
public:
X509CRLCollection( 
   X509CRL^ crl
)

Parameters

crl
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

X509CRLCollection Class
X509CRLCollection Members
Overload List