Javax.Security.Cert.X509Certificate.GetInstance Method
Creates a new X509Certificate and initializes it from the specified input stream.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/io/InputStream;)Ljavax/security/cert/X509Certificate;", "")]
public static X509Certificate GetInstance (System.IO.Stream inStream)

Parameters

inStream
input stream containing data to initialize the certificate.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Security.Cert.CertificateExceptionif the certificate cannot be created or initialized.

Remarks

Creates a new X509Certificate and initializes it from the specified input stream.

[Android Documentation]

Requirements

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