SspiMarshalAuthIdentity 関数 (sspi.h)
指定した ID 構造体をバイト配列にシリアル化します。
構文
SECURITY_STATUS SEC_ENTRY SspiMarshalAuthIdentity(
[in] PSEC_WINNT_AUTH_IDENTITY_OPAQUE AuthIdentity,
[out] unsigned long *AuthIdentityLength,
[out] char **AuthIdentityByteArray
);
パラメーター
[in] AuthIdentity
シリアル化する ID 構造体。
[out] AuthIdentityLength
AuthIdentityByteArray 配列の長さ (バイト単位)。
[out] AuthIdentityByteArray
AuthIdentity パラメーターで指定された ID を表すバイト値の配列へのポインター。
戻り値
関数が成功すると、 SEC_E_OKが返されます。
関数が失敗すると、0 以外のエラー コードが返されます。
要件
サポートされている最小のクライアント | Windows 7 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 R2 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | sspi.h |
Library | Secur32.lib |
[DLL] | SspiCli.dll |