Share via


SecTrustWithErrorCallback Delegate

Definition

public delegate void SecTrustWithErrorCallback(SecTrust? trust, bool result, NSError? error);
type SecTrustWithErrorCallback = delegate of SecTrust * bool * NSError -> unit

Parameters

trust
SecTrust
result
Boolean
error
NSError

Applies to