Opc.Ua.Core
TrustedPeerStore Property



Opc.Ua.Security Namespace > SecuredApplication Class : TrustedPeerStore Property
A store of certificates trusted by the application.
Syntax
'Declaration
 
<ObsoleteAttribute("Replaced by TrustedCertificateStore")>
Public Property TrustedPeerStore As CertificateStoreIdentifier
'Usage
 
Dim instance As SecuredApplication
Dim value As CertificateStoreIdentifier
 
instance.TrustedPeerStore = value
 
value = instance.TrustedPeerStore
[Obsolete("Replaced by TrustedCertificateStore")]
public CertificateStoreIdentifier TrustedPeerStore {get; set;}
[Obsolete("Replaced by TrustedCertificateStore")]
public:
property CertificateStoreIdentifier^ TrustedPeerStore {
   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