The EncryptionAlgorithmId property gets or sets the symmetric algorithm ID used for cookie encryption.
HRESULT put_EncryptionAlgorithmId( long lEncryptionAlgorithmId ); HRESULT get_EncryptionAlgorithmId( long* plEncryptionAlgorithmId );
Pointer to a long value that on return contains the symmetric algorithm ID used for cookie encryption.
A long that specifies the symmetric algorithm ID used for cookie encryption.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property EncryptionAlgorithmId As Long
A Long value that contains the symmetric algorithm ID used for cookie encryption.
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. Use encryption algorithms and not hashing algorithms.
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.