Opc.Ua.Security.Certificates
Implicit Type Conversion Operator (X509CRLCollection)



Opc.Ua.Security.Certificates Namespace > X509CRLCollection Class : Implicit Type Conversion Operator
Converts an array to a collection.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal crls() As X509CRL _
) As X509CRLCollection
'Usage
 
public X509CRLCollection operator implicit( 
   X509CRL[] 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