Initializerswift-certificates 1.8.0X509
init(_:)
Construct a new organizational unit name
init(_ name: String)
Parameters
- name
The value of the organizational unit name
Construct a new organizational unit name
init(_ name: String)
The value of the organizational unit name
import X509
A library for working with X.509 certificates.
struct OrganizationalUnitName
Set the Organizational Unit Name (OU) of a DistinguishedName
.
@frozen struct String
A Unicode string value that is a collection of characters.
var name: String
The value of the organizational unit name field.
func makeRDN() throws -> RelativeDistinguishedName