[][src]Function CCODE::NCryptVerifyClaim

pub unsafe extern "C" fn NCryptVerifyClaim(
    hSubjectKey: NCRYPT_KEY_HANDLE,
    hAuthorityKey: NCRYPT_KEY_HANDLE,
    dwClaimType: DWORD,
    pParameterList: *mut NCryptBufferDesc,
    pbClaimBlob: PBYTE,
    cbClaimBlob: DWORD,
    pOutput: *mut NCryptBufferDesc,
    dwFlags: DWORD
) -> SECURITY_STATUS