Java.Security.Cert.LDAPCertStoreParameters Members

The members of Java.Security.Cert.LDAPCertStoreParameters are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new LDAPCertStoreParameters instance with default parameters.
Creates a new LDAPCertStoreParameters instance with the specified server name and default port 389.
Creates a new LDAPCertStoreParameters instance with the specified server name and port.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Portint. Returns the LDAP server port.
[read-only]
ServerNamestring. Returns the LDAP server name.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clone() : Java.Lang.Object
Clones this LDAPCertStoreParameters instance.