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.
Reserved for system use.
Syntax
typedef struct _STORAGE_CRYPTO_DESCRIPTOR {
ULONG Version;
ULONG Size;
ULONG NumKeysSupported;
ULONG NumCryptoCapabilities;
STORAGE_CRYPTO_CAPABILITY CryptoCapabilities[ANYSIZE_ARRAY];
} STORAGE_CRYPTO_DESCRIPTOR, *PSTORAGE_CRYPTO_DESCRIPTOR;
Members
Version
Reserved for system use.
Size
Reserved for system use.
NumKeysSupported
Reserved for system use.
NumCryptoCapabilities
Reserved for system use.
CryptoCapabilities[ANYSIZE_ARRAY]
Reserved for system use.
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |