X500DistinguishedName.EnumerateRelativeDistinguishedNames(Boolean) Metoda

Definicja

Iteruje wartości RelativeDistinguishedName w ramach tej wartości nazwy wyróżniającej.

public System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X500RelativeDistinguishedName> EnumerateRelativeDistinguishedNames (bool reversed = true);
member this.EnumerateRelativeDistinguishedNames : bool -> seq<System.Security.Cryptography.X509Certificates.X500RelativeDistinguishedName>
Public Function EnumerateRelativeDistinguishedNames (Optional reversed As Boolean = true) As IEnumerable(Of X500RelativeDistinguishedName)

Parametry

reversed
Boolean

true do wyliczenia w kolejności używanej przez Name; false do wyliczenia w zadeklarowanej kolejności.

Zwraca

Moduł wyliczający, który iteruje względem względnych nazw wyróżniających w nazwie wyróżniającej X.500.

Wyjątki

Nazwa X.500 nie jest właściwą wartością nazwy X.500 zakodowaną w formacie DER.

Dotyczy