Share via


CertificateRevokedException.Extensions Property

Definition

Returns a map of X.

public virtual System.Collections.Generic.IDictionary<string,Java.Security.Cert.IExtension>? Extensions { [Android.Runtime.Register("getExtensions", "()Ljava/util/Map;", "GetGetExtensionsHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getExtensions", "()Ljava/util/Map;", "GetGetExtensionsHandler", ApiSince=24)>]
member this.Extensions : System.Collections.Generic.IDictionary<string, Java.Security.Cert.IExtension>

Property Value

an unmodifiable map of X.509 extensions, or an empty map if there are no extensions

Attributes

Remarks

Returns a map of X.509 extensions containing additional information about the revoked certificate, such as the Invalidity Date Extension. Each key is an OID String that maps to the corresponding Extension.

Java documentation for java.security.cert.CertificateRevokedException.getExtensions().

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