CertPathValidatorSpi.EngineValidate(CertPath, 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.
Validates the specified certification path using the specified algorithm parameter set.
[Android.Runtime.Register("engineValidate", "(Ljava/security/cert/CertPath;Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathValidatorResult;", "GetEngineValidate_Ljava_security_cert_CertPath_Ljava_security_cert_CertPathParameters_Handler")]
public abstract Java.Security.Cert.ICertPathValidatorResult? EngineValidate (Java.Security.Cert.CertPath? certPath, Java.Security.Cert.ICertPathParameters? params);
[<Android.Runtime.Register("engineValidate", "(Ljava/security/cert/CertPath;Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathValidatorResult;", "GetEngineValidate_Ljava_security_cert_CertPath_Ljava_security_cert_CertPathParameters_Handler")>]
abstract member EngineValidate : Java.Security.Cert.CertPath * Java.Security.Cert.ICertPathParameters -> Java.Security.Cert.ICertPathValidatorResult
Parameters
- certPath
- CertPath
the CertPath to be validated
- params
- ICertPathParameters
the algorithm parameters
Returns
the result of the validation algorithm
- Attributes
Exceptions
if the validation fails, or the algorithm of the specified certification path cannot be validated using the algorithm of this instance.
if the specified algorithm parameters cannot be used with this algorithm.
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.