#[repr(C)]
pub union CERT_ALT_NAME_ENTRY_0 {
pub pOtherName: *mut CERT_OTHER_NAME,
pub pwszRfc822Name: PWSTR,
pub pwszDNSName: PWSTR,
pub DirectoryName: CRYPT_INTEGER_BLOB,
pub pwszURL: PWSTR,
pub IPAddress: CRYPT_INTEGER_BLOB,
pub pszRegisteredID: PSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pOtherName: *mut CERT_OTHER_NAME
§pwszRfc822Name: PWSTR
§pwszDNSName: PWSTR
§DirectoryName: CRYPT_INTEGER_BLOB
§pwszURL: PWSTR
§IPAddress: CRYPT_INTEGER_BLOB
§pszRegisteredID: PSTR