CertificatePolicyKey
CertificatePolicy.swift:26enum CertificatePolicyKey
Cases
case `default`(subjectUserID: String?, subjectOrganizationalUnit: String?)
case appleSwiftPackageCollection(subjectUserID: String?, subjectOrganizationalUnit: String?)
case custom
For testing only
Show obsolete interfaces (1)
Hide obsolete interfaces
Citizens in PackageCollectionsSigning
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Type members
static let appleSwiftPackageCollection: CertificatePolicyKey
static let `default`: CertificatePolicyKey
Show obsolete interfaces (1)
Hide obsolete interfaces
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.