Opc.Ua.Core
RejectedCertificatesStore Property



Opc.Ua.Security Namespace > SecuredApplication Class : RejectedCertificatesStore Property
Syntax
'Declaration
 
<DataMemberAttribute(EmitDefaultValue=False, Order=13)>
Public Property RejectedCertificatesStore As CertificateStoreIdentifier
'Usage
 
Dim instance As SecuredApplication
Dim value As CertificateStoreIdentifier
 
instance.RejectedCertificatesStore = value
 
value = instance.RejectedCertificatesStore
[DataMember(EmitDefaultValue=false, Order=13)]
public CertificateStoreIdentifier RejectedCertificatesStore {get; set;}
[DataMember(EmitDefaultValue=false, Order=13)]
public:
property CertificateStoreIdentifier^ RejectedCertificatesStore {
   CertificateStoreIdentifier^ get();
   void set (    CertificateStoreIdentifier^ 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

SecuredApplication Class
SecuredApplication Members