IExtension.GetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.