Struct windows_sys::Win32::Security::Cryptography::CERT_HASHED_URL
#[repr(C)]pub struct CERT_HASHED_URL {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: CRYPT_INTEGER_BLOB,
pub pwszUrl: PWSTR,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER§Hash: CRYPT_INTEGER_BLOB§pwszUrl: PWSTR