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 _STOR_CRYPTO_CAPABILITY {
ULONG Version;
ULONG Size;
USHORT CryptoCapabilityIndex;
USHORT DataUnitSizeBitmask;
STORAGE_CRYPTO_ALGORITHM_ID AlgorithmId;
STORAGE_CRYPTO_KEY_SIZE KeySize;
USHORT MaxIVBitSize;
USHORT Reserved;
STORAGE_SECURITY_COMPLIANCE_BITMASK SecurityComplianceBitmask;
} STOR_CRYPTO_CAPABILITY, *PSTOR_CRYPTO_CAPABILITY;
Members
Version
Reserved for system use.
Size
Reserved for system use.
CryptoCapabilityIndex
Reserved for system use.
DataUnitSizeBitmask
Reserved for system use.
AlgorithmId
Reserved for system use.
KeySize
Reserved for system use.
MaxIVBitSize
Reserved for system use.
Reserved
Reserved for system use.
SecurityComplianceBitmask
Reserved for system use.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Header | storport.h |