SecTrust.SetSignedCertificateTimestamps 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
SetSignedCertificateTimestamps(NSArray<NSData>) | |
SetSignedCertificateTimestamps(IEnumerable<NSData>) |
SetSignedCertificateTimestamps(NSArray<NSData>)
[ObjCRuntime.TV(12, 1, 1)]
[ObjCRuntime.Watch(5, 1, 1)]
public Security.SecStatusCode SetSignedCertificateTimestamps (Foundation.NSArray<Foundation.NSData> sct);
member this.SetSignedCertificateTimestamps : Foundation.NSArray<Foundation.NSData> -> Security.SecStatusCode
Parameters
Returns
- Attributes
Applies to
SetSignedCertificateTimestamps(IEnumerable<NSData>)
[ObjCRuntime.TV(12, 1, 1)]
[ObjCRuntime.Watch(5, 1, 1)]
public Security.SecStatusCode SetSignedCertificateTimestamps (System.Collections.Generic.IEnumerable<Foundation.NSData> sct);
member this.SetSignedCertificateTimestamps : seq<Foundation.NSData> -> Security.SecStatusCode
Parameters
- sct
- IEnumerable<NSData>
Returns
- Attributes