X509DefaultServiceCertificateElement.StoreName 属性
定义
获取或设置要打开的 X.509 证书存储区的名称。Gets or sets the name of the X.509 certificate store to open.
public:
property System::Security::Cryptography::X509Certificates::StoreName StoreName { System::Security::Cryptography::X509Certificates::StoreName get(); void set(System::Security::Cryptography::X509Certificates::StoreName value); };
[System.Configuration.ConfigurationProperty("storeName", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.Security.Cryptography.X509Certificates.StoreName StoreName { get; set; }
[System.Configuration.ConfigurationProperty("storeName", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.Security.Cryptography.X509Certificates.StoreName StoreName { get; set; }
[<System.Configuration.ConfigurationProperty("storeName", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.StoreName : System.Security.Cryptography.X509Certificates.StoreName with get, set
[<System.Configuration.ConfigurationProperty("storeName", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.StoreName : System.Security.Cryptography.X509Certificates.StoreName with get, set
Public Property StoreName As StoreName
属性值
一个 StoreName,包含要打开的 X.509 证书存储区的名称。A StoreName that contains the name of the X.509 certificate store to open.
- 属性