Opc.Ua.Security.Certificates
CreateForRSA Method (CrlBuilder)



Opc.Ua.Security.Certificates Namespace > CrlBuilder Class : CreateForRSA Method
Create the CRL with signature for RSA.
Syntax
'Declaration
 
Public Function CreateForRSA( _
   ByVal issuerCertificate As X509Certificate2 _
) As IX509CRL
'Usage
 
Dim instance As CrlBuilder
Dim issuerCertificate As X509Certificate2
Dim value As IX509CRL
 
value = instance.CreateForRSA(issuerCertificate)

Parameters

issuerCertificate

Return Value

The signed 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

CrlBuilder Class
CrlBuilder Members