#[repr(C)]pub struct WS_CUSTOM_CERT_CREDENTIAL {
pub credential: WS_CERT_CREDENTIAL,
pub getCertCallback: WS_GET_CERT_CALLBACK,
pub getCertCallbackState: *mut c_void,
pub certIssuerListNotificationCallback: WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK,
pub certIssuerListNotificationCallbackState: *mut c_void,
}Expand description
Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation", "Win32_Security_Authentication_Identity", "Win32_Security_Cryptography"
Fields§
§credential: WS_CERT_CREDENTIAL§getCertCallback: WS_GET_CERT_CALLBACK§getCertCallbackState: *mut c_void§certIssuerListNotificationCallback: WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK§certIssuerListNotificationCallbackState: *mut c_void