Provider.Service 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
Provider.Service(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Provider.Service(Provider, String, String, String, IList<String>, IDictionary<String,String>) |
Construct a new service. |
Provider.Service(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected Service (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Provider.Service : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Provider.Service
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.
Applies to
Provider.Service(Provider, String, String, String, IList<String>, IDictionary<String,String>)
Construct a new service.
[Android.Runtime.Register(".ctor", "(Ljava/security/Provider;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/Map;)V", "")]
public Service (Java.Security.Provider provider, string type, string algorithm, string className, System.Collections.Generic.IList<string>? aliases, System.Collections.Generic.IDictionary<string,string>? attributes);
[<Android.Runtime.Register(".ctor", "(Ljava/security/Provider;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/Map;)V", "")>]
new Java.Security.Provider.Service : Java.Security.Provider * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> -> Java.Security.Provider.Service
Parameters
- provider
- Provider
the provider that offers this service
- type
- String
the type of this service
- algorithm
- String
the algorithm name
- className
- String
the name of the class implementing this service
- attributes
- IDictionary<String,String>
Map of attributes or null if this implementation has no attributes
- Attributes
Remarks
Construct a new service.
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.