SecTrust.SetOCSPResponse Method

Definition

Overloads

SetOCSPResponse(NSArray)
SetOCSPResponse(NSData)
SetOCSPResponse(IEnumerable<NSData>)

SetOCSPResponse(NSArray)

public void SetOCSPResponse (Foundation.NSArray ocspResponses);
member this.SetOCSPResponse : Foundation.NSArray -> unit

Parameters

ocspResponses
NSArray

Applies to

SetOCSPResponse(NSData)

public void SetOCSPResponse (Foundation.NSData ocspResponse);
member this.SetOCSPResponse : Foundation.NSData -> unit

Parameters

ocspResponse
NSData

Applies to

SetOCSPResponse(IEnumerable<NSData>)

public void SetOCSPResponse (System.Collections.Generic.IEnumerable<Foundation.NSData> ocspResponses);
member this.SetOCSPResponse : seq<Foundation.NSData> -> unit

Parameters

ocspResponses
IEnumerable<NSData>

Applies to