CertPathValidatorException
BasicReason
IReason
CertPathValidatorException()
CertPathValidatorException(String)
CertPathValidatorException(Throwable)
CertPathValidatorException(IntPtr, JniHandleOwnership)
CertPathValidatorException(String, Throwable)
CertPathValidatorException(String, Throwable, CertPath, Int32)
CertPathValidatorException(String, Throwable, CertPath, Int32, IReason)
CertPath
Index
JniPeerMembers
Reason
ThresholdClass
ThresholdType
monoandroid
namespace Java.Security.Cert
{
[Register("java/security/cert/CertPathValidatorException", DoNotGenerateAcw = true)]
public class CertPathValidatorException : GeneralSecurityException
{
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V", "", ApiSince = 24)]
public CertPathValidatorException(string? msg, Throwable? cause, CertPath? certPath, int index, IReason? reason);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API