MessageCertificateX509.StoreLocation Property

 

Gets or sets the store location. Returns null if the store location is not supported.

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

Syntax

public StoreLocation StoreLocation { get; protected set; }
public:
property StoreLocation StoreLocation {
    StoreLocation get();
    protected: void set(StoreLocation value);
}
Public Property StoreLocation As StoreLocation
    Get
    Protected Set
End Property

Property Value

Type: System.Security.Cryptography.X509Certificates.StoreLocation

See Also

MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top