Share via


ProtectedServiceInformationStoreData.CertificateStoreName Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[ConfigurationPropertyAttribute("certificateStoreName", IsRequired = false, 
    DefaultValue = StoreName.My)]
public StoreName CertificateStoreName { get; set; }
'Declaration
<ConfigurationPropertyAttribute("certificateStoreName", IsRequired := False,  _
    DefaultValue := StoreName.My)> _
Public Property CertificateStoreName As StoreName
    Get
    Set
[ConfigurationPropertyAttribute(L"certificateStoreName", IsRequired = false, 
    DefaultValue = StoreName::My)]
public:
property StoreName CertificateStoreName {
    StoreName get ();
    void set (StoreName value);
}

See Also

ProtectedServiceInformationStoreData Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace