OAuthS2STrustedIssuer.DiscoverRemoteServicePrincipalId プロパティ

HTTP 401 応答チャレンジを使用して、リモート サービスのプリンシパル ID を自動的に検出するかどうかを取得または設定します。

名前空間:  Microsoft.Workflow.Client.Security
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DiscoverRemoteServicePrincipalId As Boolean 
    Get 
    Set
'使用
Dim instance As OAuthS2STrustedIssuer 
Dim value As Boolean 

value = instance.DiscoverRemoteServicePrincipalId

instance.DiscoverRemoteServicePrincipalId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool DiscoverRemoteServicePrincipalId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool DiscoverRemoteServicePrincipalId {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DiscoverRemoteServicePrincipalId : bool with get, set
function get DiscoverRemoteServicePrincipalId () : boolean 
function set DiscoverRemoteServicePrincipalId (value : boolean)

プロパティ値

型: System.Boolean
ブール値を返します。

関連項目

参照

OAuthS2STrustedIssuer クラス

Microsoft.Workflow.Client.Security 名前空間