SspiUnmarshalCredUIContext 函式 (sspi.h)
在先前呼叫 ICredentialProvider::SetSerialization 方法期間,還原串行化認證提供者所取得的認證資訊。
語法
SECURITY_STATUS SEC_ENTRY SspiUnmarshalCredUIContext(
[in] PUCHAR MarshaledCredUIContext,
[in] ULONG MarshaledCredUIContextLength,
[out] PSEC_WINNT_CREDUI_CONTEXT *CredUIContext
);
參數
[in] MarshaledCredUIContext
從 ICredentialProvider::SetSerialization 方法呼叫擷取之CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION結構的 rgbSerialization 成員取得的串行化認證資訊。
[in] MarshaledCredUIContextLength
MarshaledCredUIContext 緩衝區的大小,以位元組為單位。
[out] CredUIContext
指定還原串行化認證資訊的 SEC_WINNT_CREDUI_CONTEXT 結構的指標。
傳回值
如果函式成功,則會傳回 SEC_E_OK。
如果函式失敗,它會傳回非零錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | sspi.h |
程式庫 | Credui.lib |
Dll | Credui.dll |