Java.Security.Cert.PKIXParameters.AddCertStore Method
Adds a certificate store to the list of certificate stores that are used to find certificates and CRLs.

Syntax

[Android.Runtime.Register("addCertStore", "(Ljava/security/cert/CertStore;)V", "GetAddCertStore_Ljava_security_cert_CertStore_Handler")]
public virtual void AddCertStore (CertStore store)

Parameters

store
the store to add, if null, it will be ignored.

Remarks

Adds a certificate store to the list of certificate stores that are used to find certificates and CRLs.

[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