Struct windows_sys::Win32::Security::Cryptography::CERT_HASHED_URL
[−]#[repr(C)]pub struct CERT_HASHED_URL {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: CRYPTOAPI_BLOB,
pub pwszUrl: PWSTR,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIERHash: CRYPTOAPI_BLOBpwszUrl: PWSTR