Java.Security.Cert.Certificate Class
Abstract class to represent identity certificates.

See Also: Certificate Members

Syntax

[Android.Runtime.Register("java/security/cert/Certificate", DoNotGenerateAcw=true)]
public abstract class Certificate : Java.Lang.Object, Java.IO.ISerializable, IDisposable

Remarks

Abstract class to represent identity certificates. It represents a way to verify the binding of a Principal and its public key. Examples are X.509, PGP, and SDSI.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1