SSLParameters.EndpointIdentificationAlgorithm Property
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.
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:
Java documentation for javax.net.ssl.SSLParameters.getEndpointIdentificationAlgorithm().
Property setter documentation:
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.