Opc.Ua.Core
TrustedIssuerStore Property



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