Share via


IpSecAlgorithm.SupportedAlgorithms Property

Definition

Returns supported IPsec algorithms for the current device.

public static System.Collections.Generic.ICollection<string> SupportedAlgorithms { [Android.Runtime.Register("getSupportedAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)>]
static member SupportedAlgorithms : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

Returns supported IPsec algorithms for the current device.

Some algorithms may not be supported on old devices. Callers MUST check if an algorithm is supported before using it.

Java documentation for android.net.IpSecAlgorithm.getSupportedAlgorithms().

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