X509CRLEntry.GetExtensionValue(String) 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 DER-encoded OCTET string for the extension value
(<em>extnValue</em>) identified by the passed-in oid
String.
[Android.Runtime.Register("getExtensionValue", "(Ljava/lang/String;)[B", "GetGetExtensionValue_Ljava_lang_String_Handler")]
public abstract byte[]? GetExtensionValue (string? oid);
[<Android.Runtime.Register("getExtensionValue", "(Ljava/lang/String;)[B", "GetGetExtensionValue_Ljava_lang_String_Handler")>]
abstract member GetExtensionValue : string -> byte[]
Parameters
- oid
- String
the Object Identifier value for the extension.
Returns
- Byte[]
the DER-encoded octet string of the extension value or null if it is not present.
Implements
- Attributes
Remarks
Java documentation for java.security.cert.X509Extension.getExtensionValue(java.lang.String).
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.