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 的輸出令牌。
傳回值
傳回值,指出作業的結果。
規格需求
需求 | 值 |
---|---|
標頭 | sspi.h |