The HashAlgorithmId property gets or sets the ID of the algorithm used for cookie hashing.
HRESULT put_HashAlgorithmId( long lHashAlgorithmId ); HRESULT get_HashAlgorithmId( long* plHashAlgorithmId );
Pointer to a long value that on return stores the ID of the algorithm used for cookie hashing.
A long that specifies the ID of the algorithm used for cookie hashing.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property HashAlgorithmId As Long
A Long that specifies the ID of the algorithm used for cookie hashing.
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.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.