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

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

Attributes

Remarks

Property getter documentation:

Gets the endpoint identification algorithm.

Added in 1.7.

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

Property setter documentation:

Sets the endpoint identification algorithm.

If the algorithm parameter is non-null or non-empty, the endpoint identification/verification procedures must be handled during SSL/TLS handshaking. This is to prevent on-path attacks.

Added in 1.7.

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