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’, ‘Win32_Foundation’
Fields
pszName: PWSTRpszAlgid: PWSTRdwLegacyKeySpec: CERT_KEY_SPECdwFlags: u32