次の方法で共有


ServiceModelSecurityTokenTypes.SecurityContext プロパティ

定義

サービスが SOAP SecurityContext 認証を使用するかどうかを示す文字列を取得します。

public:
 static property System::String ^ SecurityContext { System::String ^ get(); };
public static string SecurityContext { get; }
member this.SecurityContext : string
Public Shared ReadOnly Property SecurityContext As String

プロパティ値

String

サービスが SOAP SecurityContext 認証を使用するかどうかを示す文字列。

注釈

この値は、送信者と受信者の間の通信をセキュリティで保護するセキュリティ コンテキストを表すために SecurityContextToken が使用されることを示します。

適用対象