Struct windows_sys::Win32::Security::Cryptography::NCryptKeyName
#[repr(C)]pub struct NCryptKeyName {
pub pszName: PWSTR,
pub pszAlgid: PWSTR,
pub dwLegacyKeySpec: CERT_KEY_SPEC,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pszName: PWSTR
§pszAlgid: PWSTR
§dwLegacyKeySpec: CERT_KEY_SPEC
§dwFlags: u32