Freigeben über


ChildSaProposal.SupportedIntegrityAlgorithms Property

Definition

Returns supported integrity algorithms for Child SA proposal negotiation.

public static System.Collections.Generic.ICollection<Java.Lang.Integer> SupportedIntegrityAlgorithms { [Android.Runtime.Register("getSupportedIntegrityAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedIntegrityAlgorithms", "()Ljava/util/Set;", "", ApiSince=31)>]
static member SupportedIntegrityAlgorithms : System.Collections.Generic.ICollection<Java.Lang.Integer>

Property Value

Attributes

Remarks

Returns supported integrity algorithms for Child SA proposal negotiation.

Some algorithms may not be supported on old devices.

Java documentation for android.net.ipsec.ike.ChildSaProposal.getSupportedIntegrityAlgorithms().

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