Taal

IExtension.Id Property

Definition

Gets the extension's object identifier.

public string? Id { [Android.Runtime.Register("getId", "()Ljava/lang/String;", "GetGetIdHandler:Java.Security.Cert.IExtensionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getId", "()Ljava/lang/String;", "GetGetIdHandler:Java.Security.Cert.IExtensionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
member this.Id : string

Property Value

the object identifier as a String

Attributes

Remarks

Gets the extensions's object identifier.

Java reference for java.security.cert.Extension.getId.

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