NAME

CryptCATAdminAcquireContext2  (WINTRUST.@)

SYNOPSIS

 BOOL CryptCATAdminAcquireContext2
 (
  HCATADMIN*                   catAdmin,
  const GUID*                  sys,
  const WCHAR*                 algorithm,
  const CERT_STRONG_SIGN_PARA* policy,
  DWORD                        dwFlags
 )

DESCRIPTION

Get a catalog administrator context handle.

PARAMS

catAdmin [Out] Pointer to the context handle.
sys [In] Pointer to a GUID for the needed subsystem.
algorithm [In] String of hashing algorithm to use for catalog (SHA1/SHA256).
policy [In] Pointer to policy structure for checking strong signatures.
dwFlags [In] Reserved.

RETURNS

Success: TRUE. catAdmin contains the context handle.

Failure: FALSE.

IMPLEMENTATION

Declared in "include/mscat.h". gitlab.winehq.org/wine/wine/blob/master/include/mscat.h

Implemented in "dlls/wintrust/crypt.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wintrust/crypt.c

Debug channel "wintrust".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Dec 2024.