init(_:)

Construct a RelativeDistinguishedName from a sequence of Attribute.

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

Parameters

attributes

The sequence of Attributes that make up the DistinguishedName.