DomainLoadStoreParameter Constructor
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.
Constructs a DomainLoadStoreParameter for a keystore domain with the parameters used to protect keystore data.
[Android.Runtime.Register(".ctor", "(Ljava/net/URI;Ljava/util/Map;)V", "", ApiSince=26)]
public DomainLoadStoreParameter (Java.Net.URI? configuration, System.Collections.Generic.IDictionary<string,Java.Security.KeyStore.IProtectionParameter>? protectionParams);
[<Android.Runtime.Register(".ctor", "(Ljava/net/URI;Ljava/util/Map;)V", "", ApiSince=26)>]
new Java.Security.DomainLoadStoreParameter : Java.Net.URI * System.Collections.Generic.IDictionary<string, Java.Security.KeyStore.IProtectionParameter> -> Java.Security.DomainLoadStoreParameter
Parameters
- configuration
- URI
identifier for the domain configuration data.
The name of the target domain should be specified in the
java.net.URI
fragment component when it is necessary
to distinguish between several domain configurations at the
same location.
- protectionParams
- IDictionary<String,KeyStore.IProtectionParameter>
the map from keystore name to the parameter
used to protect keystore data.
A java.util.Collections.EMPTY_MAP
should be used
when protection parameters are not required or when they have
been specified by properties in the domain configuration data.
It is cloned to prevent subsequent modification.
- Attributes
Remarks
Constructs a DomainLoadStoreParameter for a keystore domain with the parameters used to protect keystore data.
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.