CertPathBuilder.Build(ICertPathParameters) 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.
Attempts to build a certification path using the specified algorithm parameter set.
[Android.Runtime.Register("build", "(Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathBuilderResult;", "")]
public Java.Security.Cert.ICertPathBuilderResult? Build (Java.Security.Cert.ICertPathParameters? params);
[<Android.Runtime.Register("build", "(Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathBuilderResult;", "")>]
member this.Build : Java.Security.Cert.ICertPathParameters -> Java.Security.Cert.ICertPathBuilderResult
Parameters
- params
- ICertPathParameters
the algorithm parameters
Returns
the result of the build algorithm
- Attributes
Exceptions
if the build fails.
if the specified parameters cannot be used to build with this builder.
Remarks
Attempts to build a certification path using the specified algorithm parameter set.
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.