Share via


SecProtocolOptions.SetChallengeBlock Method

Definition

Set the challenge callback.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public void SetChallengeBlock(Security.SecProtocolChallenge challenge, CoreFoundation.DispatchQueue queue);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.SetChallengeBlock : Security.SecProtocolChallenge * CoreFoundation.DispatchQueue -> unit

Parameters

challenge
SecProtocolChallenge

The callback to call during a challenge.

queue
DispatchQueue

The queue where the callback is called.

Attributes

Applies to