CertPathBuilderSpi.EngineBuild(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("engineBuild", "(Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathBuilderResult;", "GetEngineBuild_Ljava_security_cert_CertPathParameters_Handler")]
public abstract Java.Security.Cert.ICertPathBuilderResult? EngineBuild (Java.Security.Cert.ICertPathParameters? params);
[<Android.Runtime.Register("engineBuild", "(Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathBuilderResult;", "GetEngineBuild_Ljava_security_cert_CertPathParameters_Handler")>]
abstract member EngineBuild : 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 the path 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.