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



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

Parameters

crls
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