次の方法で共有


ServiceModelSecurityTokenTypes.SspiCredential プロパティ

定義

Windows 資格情報を使用してクライアント認証を行うかどうかを示す文字列を取得します。

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

プロパティ値

String

Windows 資格情報を使用してクライアント認証を行うかどうかを示す文字列。

注釈

SSPI により、アプリケーションでは、インターフェイスをセキュリティ システムで変更することなく、コンピューターまたはネットワークで利用可能なさまざまなセキュリティ モデルを使用できます。

適用対象