TvInteractiveAppService.Session.RequestCertificate(String, Int32) Method

Definition

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.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.requestCertificate(java.lang.String, int).

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