Opc.Ua.Core
StoreName Property (CertificateIdentifier)



Opc.Ua Namespace > CertificateIdentifier Class : StoreName Property
The name of the store that contains the certificate.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=2)>
<ObsoleteAttribute("Use StoreType/StorePath instead")>
Public Property StoreName As String
'Usage
 
Dim instance As CertificateIdentifier
Dim value As String
 
instance.StoreName = value
 
value = instance.StoreName
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
[Obsolete("Use StoreType/StorePath instead")]
public string StoreName {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
[Obsolete("Use StoreType/StorePath instead")]
public:
property String^ StoreName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the store.
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

CertificateIdentifier Class
CertificateIdentifier Members
System.Security.Cryptography.X509Certificates.StoreName