ExtendedSSLSession.GetValueNames Method

Definition

Returns an array of the names of all the application layer data objects bound into the Session.

[Android.Runtime.Register("getValueNames", "()[Ljava/lang/String;", "GetGetValueNamesHandler")]
public abstract string[]? GetValueNames ();
[<Android.Runtime.Register("getValueNames", "()[Ljava/lang/String;", "GetGetValueNamesHandler")>]
abstract member GetValueNames : unit -> string[]

Returns

String[]

a non-null (possibly empty) array of names of the objects bound to this Session.

Implements

Attributes

Remarks

Returns an array of the names of all the application layer data objects bound into the Session.

For security reasons, the same named values may not be visible across different access control contexts.

Java documentation for javax.net.ssl.SSLSession.getValueNames().

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