Share via


SecurityConfiguration.CertificateStoreName Property

 

Gets or sets the certificate store name. If you don't set this property, "MY" is used.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string CertificateStoreName { get; set; }
public:
property String^ CertificateStoreName {
    String^ get();
    void set(String^ value);
}
Public Property CertificateStoreName As String

Property Value

Type: System.String

See Also

SecurityConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top