Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The SIP_INDIRECT_DATA structure contains the digest of the hashed subject information.
Syntax
typedef struct SIP_INDIRECT_DATA_ {
CRYPT_ATTRIBUTE_TYPE_VALUE Data;
CRYPT_ALGORITHM_IDENTIFIER DigestAlgorithm;
CRYPT_HASH_BLOB Digest;
} SIP_INDIRECT_DATA, *PSIP_INDIRECT_DATA;
Members
Data
A CRYPT_ATTRIBUTE_TYPE_VALUE structure used to encode the attribute.
DigestAlgorithm
A CRYPT_ALGORITHM_IDENTIFIER structure that contains the digest algorithm to use to create the hash.
Digest
A CRYPT_HASH_BLOB structure that contains the hash of the subject. For information about CRYPT_HASH_BLOB, see CRYPT_INTEGER_BLOB.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | mssip.h |