KeyStoreBuilderParameters.Parameters Property
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.
Return the unmodifiable List of the java.
public virtual System.Collections.Generic.IList<Java.Security.KeyStore.Builder>? Parameters { [Android.Runtime.Register("getParameters", "()Ljava/util/List;", "GetGetParametersHandler")] get; }
[<get: Android.Runtime.Register("getParameters", "()Ljava/util/List;", "GetGetParametersHandler")>]
member this.Parameters : System.Collections.Generic.IList<Java.Security.KeyStore.Builder>
Property Value
the unmodifiable List of the java.security.KeyStore.Builders encapsulated by this object.
- Attributes
Remarks
Return the unmodifiable List of the java.security.KeyStore.Builders encapsulated by this object.
Java documentation for javax.net.ssl.KeyStoreBuilderParameters.getParameters()
.
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.