MessageCertificateX509.StoreName Property
Gets or sets the name of the store. Returns null if the store name is not supported.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string StoreName { get; protected set; }
public:
property String^ StoreName {
String^ get();
protected: void set(String^ value);
}
Public Property StoreName As String
Get
Protected Set
End Property
Property Value
Type: System.String
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top