init(_:)

Construct a DistinguishedName from a sequence of Attribute.

DistinguishedName.swift:102
init<AttributeSequence>(_ attributes: AttributeSequence) throws where AttributeSequence : Sequence, AttributeSequence.Element == RelativeDistinguishedName.Attribute

Parameters

attributes

The sequence of Attributes that make up the DistinguishedName.

This helper initializer will wrap each Attribute in a RelativeDistinguishedName transparently.