IExtension.GetValue 方法

定義

取得延伸模組的 DER 編碼值。

[Android.Runtime.Register("getValue", "()[B", "GetGetValueHandler:Java.Security.Cert.IExtensionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public byte[]? GetValue ();
[<Android.Runtime.Register("getValue", "()[B", "GetGetValueHandler:Java.Security.Cert.IExtensionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member GetValue : unit -> byte[]

傳回

Byte[]

延伸模組值的複本, null 如果沒有延伸模組值,則為 。

屬性

備註

取得延伸模組的 DER 編碼值。 請注意,這是編碼為 OCTET STRING 的位元組。 它不包含 OCTET STRING 標籤和長度。

java.security.cert.Extension.getValue()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於