SecPkgContext_ClientSpecifiedTarget 構造体 (sspi.h)
SecPkgContext_ClientSpecifiedTarget構造体は、QueryContextAttributes (Digest) 関数を呼び出すときの初期ターゲットのサービス プリンシパル名 (SPN) を指定します。
構文
typedef struct _SecPkgContext_ClientSpecifiedTarget {
SEC_WCHAR *sTargetName;
} SecPkgContext_ClientSpecifiedTarget, *PSecPkgContext_ClientSpecifiedTarget;
メンバー
sTargetName
初期ターゲットの SPN。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 R2 [デスクトップ アプリのみ] |
Header | sspi.h |