Opc.Ua.Core
AddAppCertToTrustedStore Property



Opc.Ua Namespace > SecurityConfiguration Class : AddAppCertToTrustedStore Property
Gets or sets a value indicating whether the application cert should be copied to the trusted store.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=15)>
Public Property AddAppCertToTrustedStore As Boolean
'Usage
 
Dim instance As SecurityConfiguration
Dim value As Boolean
 
instance.AddAppCertToTrustedStore = value
 
value = instance.AddAppCertToTrustedStore
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=15)]
public bool AddAppCertToTrustedStore {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=15)]
public:
property bool AddAppCertToTrustedStore {
   bool get();
   void set (    bool value);
}
Remarks
It is useful for client/server applications running on the same host and sharing the cert store to autotrust.
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