次の方法で共有


CertificateFactory.GenerateCertPathAsync メソッド

定義

オーバーロード

GenerateCertPathAsync(Stream, String)
GenerateCertPathAsync(Stream)
GenerateCertPathAsync(IList<Certificate>)

GenerateCertPathAsync(Stream, String)

public System.Threading.Tasks.Task<Java.Security.Cert.CertPath?> GenerateCertPathAsync (System.IO.Stream? inStream, string? encoding);
member this.GenerateCertPathAsync : System.IO.Stream * string -> System.Threading.Tasks.Task<Java.Security.Cert.CertPath>

パラメーター

inStream
Stream
encoding
String

戻り値

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

GenerateCertPathAsync(Stream)

public System.Threading.Tasks.Task<Java.Security.Cert.CertPath?> GenerateCertPathAsync (System.IO.Stream? inStream);
member this.GenerateCertPathAsync : System.IO.Stream -> System.Threading.Tasks.Task<Java.Security.Cert.CertPath>

パラメーター

inStream
Stream

戻り値

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

GenerateCertPathAsync(IList<Certificate>)

public System.Threading.Tasks.Task<Java.Security.Cert.CertPath?> GenerateCertPathAsync (System.Collections.Generic.IList<Java.Security.Cert.Certificate>? certificates);
member this.GenerateCertPathAsync : System.Collections.Generic.IList<Java.Security.Cert.Certificate> -> System.Threading.Tasks.Task<Java.Security.Cert.CertPath>

パラメーター

certificates
IList<Certificate>

戻り値

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象