init(_:)
Construct a DistinguishedName
from a sequence of Attribute
.
init<AttributeSequence>(_ attributes: AttributeSequence) throws where AttributeSequence : Sequence, AttributeSequence.Element == RelativeDistinguishedName.Attribute
Parameters
- attributes
The sequence of
Attribute
s that make up theDistinguishedName
.
This helper initializer will wrap each Attribute
in a RelativeDistinguishedName
transparently.