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.
Microsoft reserves the STORAGE_CRYPTO_DESCRIPTOR_V2 structure for internal use only. Don't use this structure in your code.
Syntax
typedef struct _STORAGE_CRYPTO_DESCRIPTOR_V2 {
ULONG Version;
ULONG Size;
ULONG NumKeysSupported;
ULONG NumCryptoCapabilities;
STORAGE_ICE_TYPE IceType;
STORAGE_SECURITY_COMPLIANCE_BITMASK SecurityComplianceBitmask;
STORAGE_CRYPTO_KEY_TYPE KeyTypeBitmask;
STORAGE_CRYPTO_CAPABILITY_V2 CryptoCapabilities[ANYSIZE_ARRAY];
} STORAGE_CRYPTO_DESCRIPTOR_V2, *PSTORAGE_CRYPTO_DESCRIPTOR_V2;
Members
Version
Reserved for system use.
Size
Reserved for system use.
NumKeysSupported
Reserved for system use.
NumCryptoCapabilities
Reserved for system use.
IceType
Reserved for system use.
SecurityComplianceBitmask
Reserved for system use.
KeyTypeBitmask
CryptoCapabilities[ANYSIZE_ARRAY]
Reserved for system use.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddstor.h |