Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IPSEC_AUTH_TRANSFORM0 structure specifies hash specific information for an SA transform.
Syntax
typedef struct IPSEC_AUTH_TRANSFORM0_ {
IPSEC_AUTH_TRANSFORM_ID0 authTransformId;
IPSEC_CRYPTO_MODULE_ID *cryptoModuleId;
} IPSEC_AUTH_TRANSFORM0;
Members
authTransformId
The identifier of the hash algorithm as specified by IPSEC_AUTH_TRANSFORM_ID0.
Possible values:
cryptoModuleId
Unused parameter, always set this to NULL.
Remarks
IPSEC_AUTH_TRANSFORM0 is a specific implementation of IPSEC_AUTH_TRANSFORM. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | ipsectypes.h |