ClientCredentials.UseIdentityConfiguration 属性

定义

获取或设置客户端凭据是否使用标识配置。

public:
 property bool UseIdentityConfiguration { bool get(); void set(bool value); };
public bool UseIdentityConfiguration { get; set; }
member this.UseIdentityConfiguration : bool with get, set
Public Property UseIdentityConfiguration As Boolean

属性值

Boolean

如果客户凭据使用标识配置,则为 true;否则为 false

适用于