AndroidMessageHandler.ConfigureKeyStore(KeyStore) Method

Definition

Configures the key store. The keyStore parameter is set to instance of KeyStore created using the DefaultType type and with populated with certificates provided in the TrustedCerts property. AndroidMessageHandler implementation simply returns the instance passed in the keyStore parameter

protected virtual Java.Security.KeyStore? ConfigureKeyStore (Java.Security.KeyStore? keyStore);
abstract member ConfigureKeyStore : Java.Security.KeyStore -> Java.Security.KeyStore
override this.ConfigureKeyStore : Java.Security.KeyStore -> Java.Security.KeyStore

Parameters

keyStore
KeyStore

Key store to configure.

Returns

The key store.

Applies to