KeyStoreBuilderParameters Constructors
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.
Overloads
KeyStoreBuilderParameters(KeyStore+Builder) |
Construct new KeyStoreBuilderParameters from the specified java. |
KeyStoreBuilderParameters(IList<KeyStore.Builder>) |
Construct new KeyStoreBuilderParameters from a List of java. |
KeyStoreBuilderParameters(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
KeyStoreBuilderParameters(KeyStore+Builder)
Construct new KeyStoreBuilderParameters from the specified java.
[Android.Runtime.Register(".ctor", "(Ljava/security/KeyStore$Builder;)V", "")]
public KeyStoreBuilderParameters (Java.Security.KeyStore.Builder? builder);
[<Android.Runtime.Register(".ctor", "(Ljava/security/KeyStore$Builder;)V", "")>]
new Javax.Net.Ssl.KeyStoreBuilderParameters : Java.Security.KeyStore.Builder -> Javax.Net.Ssl.KeyStoreBuilderParameters
Parameters
- builder
- KeyStore.Builder
the Builder object
- Attributes
Remarks
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
KeyStoreBuilderParameters(IList<KeyStore.Builder>)
Construct new KeyStoreBuilderParameters from a List of java.
[Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "")]
public KeyStoreBuilderParameters (System.Collections.Generic.IList<Java.Security.KeyStore.Builder>? parameters);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "")>]
new Javax.Net.Ssl.KeyStoreBuilderParameters : System.Collections.Generic.IList<Java.Security.KeyStore.Builder> -> Javax.Net.Ssl.KeyStoreBuilderParameters
Parameters
- parameters
- IList<KeyStore.Builder>
the List of Builder objects
- Attributes
Remarks
Construct new KeyStoreBuilderParameters from a List of java.security.KeyStore.Builders. Note that the list is cloned to protect against subsequent modification.
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
KeyStoreBuilderParameters(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected KeyStoreBuilderParameters (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Net.Ssl.KeyStoreBuilderParameters : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Net.Ssl.KeyStoreBuilderParameters
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.