CertPathValidatorException.Reason Property

Definition

Returns the reason that the validation failed.

public virtual Java.Security.Cert.CertPathValidatorException.IReason? Reason { [Android.Runtime.Register("getReason", "()Ljava/security/cert/CertPathValidatorException$Reason;", "GetGetReasonHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getReason", "()Ljava/security/cert/CertPathValidatorException$Reason;", "GetGetReasonHandler", ApiSince=24)>]
member this.Reason : Java.Security.Cert.CertPathValidatorException.IReason

Property Value

the reason that the validation failed, or BasicReason.UNSPECIFIED if a reason has not been specified

Attributes

Remarks

Java documentation for java.security.cert.CertPathValidatorException.getReason().

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