Opc.Ua.Core
DeleteCRL Method (ICertificateStore)



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