Opc.Ua.Core
MaxRejectedCertificates Property (CertificateValidator)



Opc.Ua Namespace > CertificateValidator Class : MaxRejectedCertificates Property
Limits the number of certificates which are kept in the history before more rejected certificates are added. A negative value means no history is kept. A value of 0 means all history is kept.
Syntax
'Declaration
 
Public Property MaxRejectedCertificates As Integer
'Usage
 
Dim instance As CertificateValidator
Dim value As Integer
 
instance.MaxRejectedCertificates = value
 
value = instance.MaxRejectedCertificates
public int MaxRejectedCertificates {get; set;}
public:
property int MaxRejectedCertificates {
   int get();
   void set (    int value);
}
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

CertificateValidator Class
CertificateValidator Members