pub unsafe extern "C-unwind" fn CSSM_TP_ConfirmCredResult(
tp_handle: CSSM_TP_HANDLE,
reference_identifier: *const SecAsn1Item,
caller_auth_credentials: *const CSSM_TP_CALLERAUTH_CONTEXT,
responses: *const CSSM_TP_CONFIRM_RESPONSE,
preferred_authority: *const CSSM_TP_AUTHORITY_ID,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
reference_identifier
must be a valid pointer.caller_auth_credentials
must be a valid pointer.responses
must be a valid pointer.preferred_authority
must be a valid pointer.