CRYPT_PROPERTY_REF structure (bcrypt.h)
The CRYPT_PROPERTY_REF structure contains information about a CNG context property.
Syntax
typedef struct _CRYPT_PROPERTY_REF {
PWSTR pszProperty;
ULONG cbValue;
PUCHAR pbValue;
} CRYPT_PROPERTY_REF, *PCRYPT_PROPERTY_REF;
Members
pszProperty
A pointer to a null-terminated Unicode string that contains the name of the property.
cbValue
The size, in bytes, of the pbValue buffer.
pbValue
A pointer to a memory buffer that contains the value of the property. The format and type of this data depend on the property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | bcrypt.h |