ServiceCredentials.UseIdentityConfiguration 属性
定义
获取或设置服务凭据是否使用标识配置。Gets or sets whether the service credential uses identity configuration.
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
属性值
如果服务凭据使用标识配置,则为 true;否则为 false。true if the service credential uses identity configuration; otherwise, false.