Opc.Ua.Core
AddRejected Method (ICertificateStore)



Opc.Ua Namespace > ICertificateStore Interface : AddRejected Method
The certificate collection.
The max number of rejected certificates to keep in the store. A negative number keeps no history, 0 is unlimited.
Adds a rejected certificate chain to the store.
Syntax
'Declaration
 
Function AddRejected( _
   ByVal certificates As X509Certificate2Collection, _
   ByVal maxCertificates As Integer _
) As Task
'Usage
 
Dim instance As ICertificateStore
Dim certificates As X509Certificate2Collection
Dim maxCertificates As Integer
Dim value As Task
 
value = instance.AddRejected(certificates, maxCertificates)

Parameters

certificates
The certificate collection.
maxCertificates
The max number of rejected certificates to keep in the store. A negative number keeps no history, 0 is unlimited.
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