X500DistinguishedName.EnumerateRelativeDistinguishedNames(Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 고유 이름 값 내의 RelativeDistinguishedName 값을 반복합니다.
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)
매개 변수
반환
X.500 고유 이름의 상대 고유 이름을 반복하는 열거자입니다.
예외
X.500 Name은 적절한 DER로 인코딩된 X.500 Name 값이 아닙니다.