Java.Security.Cert.CertPathValidator.Validate Method
Validates the CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters.

Syntax

[Android.Runtime.Register("validate", "(Ljava/security/cert/CertPath;Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathValidatorResult;", "")]
public ICertPathValidatorResult Validate (CertPath certPath, ICertPathParameters params)

See Also

ICertPathValidatorResult

Parameters

certPath
the certification path to be validated.
params
the certification path validator algorithm parameters.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.Cert.CertPathValidatorExceptionif the validation fails, or the algorithm of the specified certification path cannot be validated using the algorithm of this instance.
Java.Security.InvalidAlgorithmParameterExceptionif the specified algorithm parameters cannot be used with this algorithm.

Remarks

Validates the CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1