SaProposal.IntegrityAlgorithms Property

Definition

Gets all proposed integrity algorithms

public virtual System.Collections.Generic.IList<Java.Lang.Integer> IntegrityAlgorithms { [Android.Runtime.Register("getIntegrityAlgorithms", "()Ljava/util/List;", "GetGetIntegrityAlgorithmsHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getIntegrityAlgorithms", "()Ljava/util/List;", "GetGetIntegrityAlgorithmsHandler", ApiSince=31)>]
member this.IntegrityAlgorithms : System.Collections.Generic.IList<Java.Lang.Integer>

Property Value

A list of the IANA-defined IDs for the proposed integrity algorithms

Attributes

Remarks

Gets all proposed integrity algorithms

Java documentation for android.net.ipsec.ike.SaProposal.getIntegrityAlgorithms().

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