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 值。