次の方法で共有


X509Certificate.GetInstanceAsync Method

Definition

Overloads

GetInstanceAsync(Byte[])
GetInstanceAsync(Stream)

GetInstanceAsync(Byte[])

public static System.Threading.Tasks.Task<Javax.Security.Cert.X509Certificate?> GetInstanceAsync (byte[]? certData);
static member GetInstanceAsync : byte[] -> System.Threading.Tasks.Task<Javax.Security.Cert.X509Certificate>

Parameters

certData
Byte[]

Returns

Remarks

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

GetInstanceAsync(Stream)

public static System.Threading.Tasks.Task<Javax.Security.Cert.X509Certificate?> GetInstanceAsync (System.IO.Stream? inStream);
static member GetInstanceAsync : System.IO.Stream -> System.Threading.Tasks.Task<Javax.Security.Cert.X509Certificate>

Parameters

inStream
Stream

Returns

Remarks

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