PKIXParameters.AddCertStore(CertStore) 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.
Adds a CertStore
to the end of the list of
CertStore
s used in finding certificates and CRLs.
[Android.Runtime.Register("addCertStore", "(Ljava/security/cert/CertStore;)V", "GetAddCertStore_Ljava_security_cert_CertStore_Handler")]
public virtual void AddCertStore (Java.Security.Cert.CertStore? store);
[<Android.Runtime.Register("addCertStore", "(Ljava/security/cert/CertStore;)V", "GetAddCertStore_Ljava_security_cert_CertStore_Handler")>]
abstract member AddCertStore : Java.Security.Cert.CertStore -> unit
override this.AddCertStore : Java.Security.Cert.CertStore -> unit
Parameters
- store
- CertStore
the CertStore
to add. If null
,
the store is ignored (not added to list).
- Attributes
Remarks
Adds a CertStore
to the end of the list of CertStore
s used in finding certificates and CRLs.
Java documentation for java.security.cert.PKIXParameters.addCertStore(java.security.cert.CertStore)
.
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.