SecTrustResultKey Class

Definition

Contains keys that index trust data.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static class SecTrustResultKey
type SecTrustResultKey = class
Inheritance
SecTrustResultKey
Attributes

Properties

CertificateTransparency
CertificateTransparencyWhiteList

Developers should not use this deprecated property.

EvaluationDate

Represents the value associated with the constant kSecTrustEvaluationDate

ExtendedValidation

Represents the value associated with the constant kSecTrustExtendedValidation

OrganizationName

Represents the value associated with the constant kSecTrustOrganizationName

ResultValue

Represents the value associated with the constant kSecTrustResultValue

RevocationChecked

Represents the value associated with the constant kSecTrustRevocationChecked

RevocationValidUntilDate

Represents the value associated with the constant kSecTrustRevocationValidUntilDate

Applies to