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

另请参阅

ApplyControlToken