Opc.Ua.Core
RevokeCertificate(X509Certificate2,X509CRLCollection,X509Certificate2Collection) Method



Opc.Ua Namespace > CertificateFactory Class > RevokeCertificate Method : RevokeCertificate(X509Certificate2,X509CRLCollection,X509Certificate2Collection) Method
Revoke the certificate. The CRL number is increased by one and the new CRL is returned.
Syntax
'Declaration
 
Public Overloads Shared Function RevokeCertificate( _
   ByVal issuerCertificate As X509Certificate2, _
   ByVal issuerCrls As X509CRLCollection, _
   ByVal revokedCertificates As X509Certificate2Collection _
) As X509CRL
'Usage
 
Dim issuerCertificate As X509Certificate2
Dim issuerCrls As X509CRLCollection
Dim revokedCertificates As X509Certificate2Collection
Dim value As X509CRL
 
value = CertificateFactory.RevokeCertificate(issuerCertificate, issuerCrls, revokedCertificates)

Parameters

issuerCertificate
issuerCrls
revokedCertificates
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

CertificateFactory Class
CertificateFactory Members
Overload List