다음을 통해 공유


InvalidSelectorsException.IpSecSpi Property

Definition

Returns the SPI of the IPsec SA that delivered the packet with mismtached selectors.

public int IpSecSpi { [Android.Runtime.Register("getIpSecSpi", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getIpSecSpi", "()I", "", ApiSince=31)>]
member this.IpSecSpi : int

Property Value

Attributes

Remarks

Returns the SPI of the IPsec SA that delivered the packet with mismtached selectors.

Java documentation for android.net.ipsec.ike.exceptions.InvalidSelectorsException.getIpSecSpi().

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