Struct windows_sys::Win32::Security::Cryptography::CPS_URLS
#[repr(C)]pub struct CPS_URLS {
pub pszURL: PWSTR,
pub pAlgorithm: *mut CRYPT_ALGORITHM_IDENTIFIER,
pub pDigest: *mut CRYPT_INTEGER_BLOB,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pszURL: PWSTR§pAlgorithm: *mut CRYPT_ALGORITHM_IDENTIFIER§pDigest: *mut CRYPT_INTEGER_BLOB