DelegateSecurityContext 関数 (sspi.h)
指定したサーバーにセキュリティ コンテキストを委任します。
構文
SECURITY_STATUS SEC_ENTRY DelegateSecurityContext(
PCtxtHandle phContext,
PSECURITY_STRING pTarget,
SecDelegationType DelegationType,
PTimeStamp pExpiry,
PSecBuffer pPackageParameters,
PSecBufferDesc pOutput
);
パラメーター
phContext
委任するセキュリティ コンテキスト。
pTarget
ターゲット パス。
DelegationType
委任の種類。
pExpiry
コンテキストの有効期限が切れる 、省略可能 な時間制限。
pPackageParameters
省略可能なパッケージ固有のパラメーター。
pOutput
ApplyControlToken の出力トークン。
戻り値
操作の結果を示す値を返します。
要件
要件 | 値 |
---|---|
Header | sspi.h |