Opc.Ua.Core
AddCRL Method (ICertificateStore)



Opc.Ua Namespace > ICertificateStore Interface : AddCRL Method
Adds a CRL to the store.
Syntax
'Declaration
 
Function AddCRL( _
   ByVal crl As X509CRL _
) As Task
'Usage
 
Dim instance As ICertificateStore
Dim crl As X509CRL
Dim value As Task
 
value = instance.AddCRL(crl)
Task AddCRL( 
   X509CRL crl
)
Task^ AddCRL( 
   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

ICertificateStore Interface
ICertificateStore Members