Sender.Spi Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the HpkeSpi being used by this Sender.
public virtual Android.Crypto.Hpke.IHpkeSpi Spi { [Android.Runtime.Register("getSpi", "()Landroid/crypto/hpke/HpkeSpi;", "GetGetSpiHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSpi", "()Landroid/crypto/hpke/HpkeSpi;", "GetGetSpiHandler", ApiSince=37)>]
member this.Spi : Android.Crypto.Hpke.IHpkeSpi
Property Value
the SPI
- Attributes
Remarks
Returns the HpkeSpi being used by this Sender.
Android reference for android.crypto.hpke.Sender.getSpi.
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.