SecProtocolOptions.SetChallengeBlock Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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