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



Opc.Ua Namespace > CertificateFactory Class > RevokeCertificate Method : RevokeCertificate(X509Certificate2,X509CRLCollection,X509Certificate2Collection,DateTime,DateTime) Method
Revoke the certificates.
Syntax
'Declaration
 
Public Overloads Shared Function RevokeCertificate( _
   ByVal issuerCertificate As X509Certificate2, _
   ByVal issuerCrls As X509CRLCollection, _
   ByVal revokedCertificates As X509Certificate2Collection, _
   ByVal thisUpdate As Date, _
   ByVal nextUpdate As Date _
) As X509CRL
'Usage
 
Dim issuerCertificate As X509Certificate2
Dim issuerCrls As X509CRLCollection
Dim revokedCertificates As X509Certificate2Collection
Dim thisUpdate As Date
Dim nextUpdate As Date
Dim value As X509CRL
 
value = CertificateFactory.RevokeCertificate(issuerCertificate, issuerCrls, revokedCertificates, thisUpdate, nextUpdate)

Parameters

issuerCertificate
issuerCrls
revokedCertificates
thisUpdate
nextUpdate
Remarks
Merge all existing revoked certificates from CRL list. Add serialnumbers of new revoked certificates. The CRL number is increased by one and the new CRL is returned.
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