Struct windows_sys::Win32::Security::Cryptography::CRYPT_XML_REFERENCE
#[repr(C)]pub struct CRYPT_XML_REFERENCE {
pub cbSize: u32,
pub hReference: *mut c_void,
pub wszId: PCWSTR,
pub wszUri: PCWSTR,
pub wszType: PCWSTR,
pub DigestMethod: CRYPT_XML_ALGORITHM,
pub DigestValue: CRYPT_INTEGER_BLOB,
pub cTransform: u32,
pub rgTransform: *mut CRYPT_XML_ALGORITHM,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§hReference: *mut c_void
§wszId: PCWSTR
§wszUri: PCWSTR
§wszType: PCWSTR
§DigestMethod: CRYPT_XML_ALGORITHM
§DigestValue: CRYPT_INTEGER_BLOB
§cTransform: u32
§rgTransform: *mut CRYPT_XML_ALGORITHM