struktur CRYPT_XML_PROPERTY (cryptxml.h)
Struktur CRYPT_XML_PROPERTY berisi informasi tentang properti CryptXML.
Sintaks
typedef struct _CRYPT_XML_PROPERTY {
CRYPT_XML_PROPERTY_ID dwPropId;
const void *pvValue;
ULONG cbValue;
} CRYPT_XML_PROPERTY, *PCRYPT_XML_PROPERTY;
Anggota
dwPropId
Nilai enumerasi CRYPT_XML_PROPERTY_ID yang menentukan jenis properti.
pvValue
Penunjuk ke buffer yang berisi nilai properti.
cbValue
Ukuran, dalam byte, dari buffer nilai properti yang diacu oleh anggota pvValue .
Persyaratan
Persyaratan | Nilai |
---|---|
Klien minimum yang didukung | Windows 7 [hanya aplikasi desktop] |
Server minimum yang didukung | Windows Server 2008 R2 [hanya aplikasi desktop] |
Header | cryptxml.h |