secureElementInfo
A property that provides information about the Secure Element hardware.
Declaration
var secureElementInfo: CredentialSession.SecureElementInfo { get async throws }Discussion
You can use the certificate in the CredentialSession.SecureElementInfo to authenticate against the Certification Authority of the Secure Element hardware.
The most common errors are:
CredentialSession.ErrorCode.featureUnavailable: The Secure Element credential feature isn’t available on this platform.
CredentialSession.ErrorCode.sessionInvalidated: The credential session has been invalidated.