Opc.Ua.Core
RejectedCertificateStore Property



Opc.Ua Namespace > SecurityConfiguration Class : RejectedCertificateStore Property
A store where invalid certificates can be placed for later review by the administrator.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=7)>
Public Property RejectedCertificateStore As CertificateStoreIdentifier
'Usage
 
Dim instance As SecurityConfiguration
Dim value As CertificateStoreIdentifier
 
instance.RejectedCertificateStore = value
 
value = instance.RejectedCertificateStore
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=7)]
public CertificateStoreIdentifier RejectedCertificateStore {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=7)]
public:
property CertificateStoreIdentifier^ RejectedCertificateStore {
   CertificateStoreIdentifier^ get();
   void set (    CertificateStoreIdentifier^ value);
}

Property Value

A store where invalid certificates can be placed for later review by the administrator.
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