Function windows_sys::Win32::Security::Cryptography::NCryptVerifyClaim
[−]pub unsafe extern "system" fn NCryptVerifyClaim(
hsubjectkey: usize,
hauthoritykey: usize,
dwclaimtype: u32,
pparameterlist: *const BCryptBufferDesc,
pbclaimblob: *const u8,
cbclaimblob: u32,
poutput: *mut BCryptBufferDesc,
dwflags: u32
) -> i32Expand description
Required features: ‘Win32_Security_Cryptography’
