CertificateFactory.GenerateCertPathAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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>
Parameters
- inStream
- Stream
- encoding
- String
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
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>
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
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>
Parameters
- certificates
- IList<Certificate>
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.