IExtension.GetValue Method

Definition

Gets the extensions's DER-encoded value.

[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[]

Returns

Byte[]

a copy of the extension's value, or null if no extension value is present.

Attributes

Remarks

Gets the extensions's DER-encoded value. Note, this is the bytes that are encoded as an OCTET STRING. It does not include the OCTET STRING tag and length.

Java documentation for java.security.cert.Extension.getValue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to