init(_:)
Construct a RelativeDistinguishedName
from a sequence of Attribute
.
init<AttributeSequence>(_ attributes: AttributeSequence) where AttributeSequence : Sequence, AttributeSequence.Element == RelativeDistinguishedName.Attribute
Parameters
- attributes
The sequence of
Attribute
s that make up theDistinguishedName
.