Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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