insert(_:)

Insert a new Attribute into this set of Attributes.

CSRAttributes.swift:123
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
mutating func insert(_ ext: CertificateSigningRequest.Attribute)

Parameters

ext

The Attribute to insert.

If an attribute already exists with this OID, it will be replaced by the new value.