HashAlgorithmId Property of the IFPCCookieCryptoConfiguration Interface

The HashAlgorithmId property gets or sets the ID of the algorithm used for cookie hashing.

[C++]
HRESULT put_HashAlgorithmId(
	long lHashAlgorithmId
);
HRESULT get_HashAlgorithmId(
	long* plHashAlgorithmId
);

Parameters

plHashAlgorithmId

Pointer to a long value that on return stores the ID of the algorithm used for cookie hashing.

lHashAlgorithmId

A long that specifies the ID of the algorithm used for cookie hashing.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

[Visual Basic]
Property HashAlgorithmId As Long

Property Value

A Long that specifies the ID of the algorithm used for cookie hashing.

Remarks

This property is read/write.

The ALG_ID parameter specifies an algorithm identifier. Parameters of this data type are passed to most of the functions in the CryptoAPI. The values can be found at http://go.microsoft.com/fwlink/?LinkId=178575.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCCookieCryptoConfiguration


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.