共用方式為


ServiceCredentials.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

適用於