Closed brandonweeks closed 1 year ago
https://developer.apple.com/documentation/security/ksecattrapplicationlabel
The kSecAttrApplicationLabel attribute is used extensively in dealing with Keychain identities as it is the attribute used to pair a SecKey and SecCertificate into a SecIdentity. This Apple Developer Forums post documents this behavior.
kSecAttrApplicationLabel
SecKey
SecCertificate
SecIdentity
https://developer.apple.com/documentation/security/ksecattrapplicationlabel
The
kSecAttrApplicationLabel
attribute is used extensively in dealing with Keychain identities as it is the attribute used to pair aSecKey
andSecCertificate
into aSecIdentity
. This Apple Developer Forums post documents this behavior.