STOR_CRYPTO_CAPABILITY構造体 (storport.h)
システム用に予約されています。
構文
typedef struct _STOR_CRYPTO_CAPABILITY {
ULONG Version;
ULONG Size;
USHORT CryptoCapabilityIndex;
USHORT DataUnitSizeBitmask;
STOR_CRYPTO_ALGORITHM_ID AlgorithmId;
STOR_CRYPTO_KEY_SIZE KeySize;
USHORT MaxIVBitSize;
USHORT Reserved;
union {
struct {
UCHAR FIPS : 1;
UCHAR Reserved : 7;
};
UCHAR AsUchar;
} SecurityComplianceBitmask;
} STOR_CRYPTO_CAPABILITY, *PSTOR_CRYPTO_CAPABILITY;
メンバーズ
Version
システム用に予約されています。
Size
システム用に予約されています。
CryptoCapabilityIndex
システム用に予約されています。
DataUnitSizeBitmask
システム用に予約されています。
AlgorithmId
システム用に予約されています。
KeySize
システム用に予約されています。
MaxIVBitSize
システム用に予約されています。
Reserved
システム用に予約されています。
SecurityComplianceBitmask
システム用に予約されています。
SecurityComplianceBitmask.FIPS
システム用に予約されています。
SecurityComplianceBitmask.Reserved
システム用に予約されています。
SecurityComplianceBitmask.AsUchar
システム用に予約されています。
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 8 |
ヘッダー | storport.h |