Share via


CertStore.CertStoreParameters Property

Definition

Returns the parameters used to initialize this CertStore.

public Java.Security.Cert.ICertStoreParameters? CertStoreParameters { [Android.Runtime.Register("getCertStoreParameters", "()Ljava/security/cert/CertStoreParameters;", "")] get; }
[<get: Android.Runtime.Register("getCertStoreParameters", "()Ljava/security/cert/CertStoreParameters;", "")>]
member this.CertStoreParameters : Java.Security.Cert.ICertStoreParameters

Property Value

the parameters used to initialize this CertStore (may be null)

Attributes

Remarks

Returns the parameters used to initialize this CertStore. Note that the CertStoreParameters object is cloned before it is returned.

Java documentation for java.security.cert.CertStore.getCertStoreParameters().

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