ICertificate.ToString(Boolean) Method

Definition

Caution

deprecated

Returns a string that represents the contents of the certificate.

[Android.Runtime.Register("toString", "(Z)Ljava/lang/String;", "GetToString_ZHandler:Java.Security.ICertificateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[System.Obsolete("deprecated")]
public string? ToString (bool detailed);
[<Android.Runtime.Register("toString", "(Z)Ljava/lang/String;", "GetToString_ZHandler:Java.Security.ICertificateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<System.Obsolete("deprecated")>]
abstract member ToString : bool -> string

Parameters

detailed
Boolean

whether or not to give detailed information about the certificate

Returns

a string representing the contents of the certificate

Attributes

Remarks

Returns a string that represents the contents of the certificate.

Java documentation for java.security.Certificate.toString(boolean).

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