init(certificate:objectID:)
Initializes a token keychain key with data from the specified certificate reference and a given object ID.
Declaration
init?(certificate certificateRef: SecCertificate?, objectID: TKToken.ObjectID)Parameters
- certificateRef:
The certificate reference.
You can create a
SecCertificateRefvalue from a data object using theSecCertificateCreateWithDatafunction. - objectID:
The object ID.
Return Value
A new token keychain certificate.
Discussion
This is the designated initializer.