Opc.Ua.Core
StoreLocation Property (CertificateStoreIdentifier)



Opc.Ua Namespace > CertificateStoreIdentifier Class : StoreLocation Property
The location of the certificate store that contains the trusted certificates.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=3)>
<ObsoleteAttribute("Use StoreType/StorePath instead")>
Public Property StoreLocation As String
'Usage
 
Dim instance As CertificateStoreIdentifier
Dim value As String
 
instance.StoreLocation = value
 
value = instance.StoreLocation
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=3)]
[Obsolete("Use StoreType/StorePath instead")]
public string StoreLocation {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=3)]
[Obsolete("Use StoreType/StorePath instead")]
public:
property String^ StoreLocation {
   String^ get();
   void set (    String^ 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

CertificateStoreIdentifier Class
CertificateStoreIdentifier Members