subjectPublicKeyInfoBytes
The byte array of the public key used in the certificate.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var subjectPublicKeyInfoBytes: ArraySlice<UInt8> { get }
The subjectPublicKeyInfoBytes
property represents the public key in its canonical form that is determined by the key’s algorithm and common representation.