ServiceCredentialsElement.IdentityConfiguration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置配置在 ServiceCredentialsElement 中使用的标识配置。
public:
property System::String ^ IdentityConfiguration { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("identityConfiguration", DefaultValue="", IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string IdentityConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("identityConfiguration", DefaultValue="", IsRequired=false)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.IdentityConfiguration : string with get, set
Public Property IdentityConfiguration As String
属性值
使用的标识配置。
- 属性