TvInteractiveAppService.Session.RequestCertificate(String, Int32) Method
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.
Requests a SSL certificate for client validation.
[Android.Runtime.Register("requestCertificate", "(Ljava/lang/String;I)V", "GetRequestCertificate_Ljava_lang_String_IHandler", ApiSince=36)]
public virtual void RequestCertificate(string host, int port);
[<Android.Runtime.Register("requestCertificate", "(Ljava/lang/String;I)V", "GetRequestCertificate_Ljava_lang_String_IHandler", ApiSince=36)>]
abstract member RequestCertificate : string * int -> unit
override this.RequestCertificate : string * int -> unit
Parameters
- host
- String
the host name of the SSL authentication server.
- port
- Int32
the port of the SSL authentication server. E.g., 443
- Attributes
Remarks
Requests a SSL certificate for client validation.
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.