SecTrust.SetOCSPResponse 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.
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>