Skip to content

RelativeDistinguishedNameInput

Input for encodeRelativeDistinguishedName.

Each entry becomes one name attribute inside the RDN's SET OF.
Use this shape for multi-valued RDNs.

ts
type RelativeDistinguishedNameInput = readonly NameAttribute[]

See also

Released under the MIT License.