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.
This structure contains identifiers for algorithms permitted with a specified Schannel credential. It is used by the QueryCredentialsAttributes function.
typedef struct _SecPkgCred_SupportedAlgs { DWORDcSupportedAlgs;ALG_ID*palgSupportedAlgs;} SecPkgCred_SupportedAlgs, *PSecPkgCred_SupportedAlgs;
Members
- cSupportedAlgs
Number of elements in the palgSupportedAlgs array. - palgSupportedAlgs
Array of algorithm identifiers (ALG_ID) allowed with a credential.
Remarks
For information about setting the algorithms, see AcquireCredentialsHandle.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Schnlsp.h.
See Also
AcquireCredentialsHandle | QueryCredentialsAttributes
Send Feedback on this topic to the authors