Opc.Ua.Security.Certificates
AddRevokedCertificates Method



Opc.Ua.Security.Certificates Namespace > CrlBuilder Class : AddRevokedCertificates Method
Add a list of revoked certificate.
Syntax
'Declaration
 
Public Function AddRevokedCertificates( _
   ByVal revokedCertificates As IList(Of RevokedCertificate) _
) As CrlBuilder
'Usage
 
Dim instance As CrlBuilder
Dim revokedCertificates As IList(Of RevokedCertificate)
Dim value As CrlBuilder
 
value = instance.AddRevokedCertificates(revokedCertificates)
public CrlBuilder AddRevokedCertificates( 
   IList<RevokedCertificate> revokedCertificates
)
public:
CrlBuilder^ AddRevokedCertificates( 
   IList<RevokedCertificate^>^ revokedCertificates
) 

Parameters

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

CrlBuilder Class
CrlBuilder Members