KeyUsages
public struct KeyUsages : OptionSetExtended Key Usage for which the certified public key may be used.
- 
                  
                  DeclarationSwift public let rawValue: UInt
- 
                  
                  For Server Authentication DeclarationSwift public static let serverAuth: KeyUsages
- 
                  
                  For Client Authentication DeclarationSwift public static let clientAuth: KeyUsages
- 
                  
                  DeclarationSwift public init(rawValue: UInt)
 KeyUsages Structure Reference
        KeyUsages Structure Reference