Opc.Ua.Core
MaxRejectedCertificates Property (SecurityConfiguration)



Opc.Ua Namespace > SecurityConfiguration Class : MaxRejectedCertificates Property
Gets or sets a value indicating how many certificates are kept in the rejected store before the oldest is removed.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=8)>
Public Property MaxRejectedCertificates As Integer
'Usage
 
Dim instance As SecurityConfiguration
Dim value As Integer
 
instance.MaxRejectedCertificates = value
 
value = instance.MaxRejectedCertificates
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=8)]
public int MaxRejectedCertificates {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=8)]
public:
property int MaxRejectedCertificates {
   int get();
   void set (    int value);
}
Remarks
This value can be set by applications. The number of certificates to keep in the rejected store before it is updated. 0 to keep all rejected certificates. A negative number to keep no history.
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

SecurityConfiguration Class
SecurityConfiguration Members