共用方式為


X500RelativeDistinguishedName.GetSingleElementValue 方法

定義

當 RDN 只包含一個屬性時,取得相對辨別名稱 (RDN) 值的文字表示法。

public:
 System::String ^ GetSingleElementValue();
public string? GetSingleElementValue ();
member this.GetSingleElementValue : unit -> string
Public Function GetSingleElementValue () As String

傳回

表示屬性值的譯碼文字。 如果屬性值是 OCTET STRING、或其他非文字資料類型,這個方法會傳 null回 。

例外狀況

屬性會識別為文字值,但值未成功譯碼。

相對辨別名稱具有多個屬性, (HasMultipleElements) true

適用於