ServiceCredentialsElement.UseIdentityConfiguration 属性

定义

获取或设置指示服务凭据元素是否使用标识配置的值。Gets or sets a value that indicates whether the service credential element uses identity configuration.

public:
 property bool UseIdentityConfiguration { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useIdentityConfiguration", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)]
public bool UseIdentityConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("useIdentityConfiguration", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)>]
member this.UseIdentityConfiguration : bool with get, set
Public Property UseIdentityConfiguration As Boolean

属性值

Boolean

如果服务凭据元素使用标识配置,则为 true;否则为 falsetrue if the service credential element uses identity configuration; otherwise, false.

属性

适用于