SSLParameters.EndpointIdentificationAlgorithm Property

Definition

Gets the endpoint identification algorithm. -or- Sets the endpoint identification algorithm.

public virtual string? EndpointIdentificationAlgorithm { [Android.Runtime.Register("getEndpointIdentificationAlgorithm", "()Ljava/lang/String;", "GetGetEndpointIdentificationAlgorithmHandler", ApiSince=24)] get; [Android.Runtime.Register("setEndpointIdentificationAlgorithm", "(Ljava/lang/String;)V", "GetSetEndpointIdentificationAlgorithm_Ljava_lang_String_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getEndpointIdentificationAlgorithm", "()Ljava/lang/String;", "GetGetEndpointIdentificationAlgorithmHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setEndpointIdentificationAlgorithm", "(Ljava/lang/String;)V", "GetSetEndpointIdentificationAlgorithm_Ljava_lang_String_Handler", ApiSince=24)>]
member this.EndpointIdentificationAlgorithm : string with get, set

Property Value

String

the endpoint identification algorithm, or null if none has been set.

Attributes

Remarks

Property getter documentation:

Java documentation for javax.net.ssl.SSLParameters.getEndpointIdentificationAlgorithm().

Property setter documentation:

Java documentation for javax.net.ssl.SSLParameters.setEndpointIdentificationAlgorithm(java.lang.String).

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