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



Opc.Ua.Security.Certificates Namespace > X509CRL Class > X509CRL Constructor : X509CRL Constructor(String)
Loads a CRL from a file.
Syntax
'Declaration
 
Public Function New( _
   ByVal filePath As String _
)
'Usage
 
Dim filePath As String
 
Dim instance As New X509CRL(filePath)
public X509CRL( 
   string filePath
)
public:
X509CRL( 
   String^ filePath
)

Parameters

filePath
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

X509CRL Class
X509CRL Members
Overload List