IpSecAlgorithm.AuthCryptChacha20Poly1305 Field
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.
ChaCha20-Poly1305 Authentication/Integrity + Encryption/Ciphering Algorithm.
[Android.Runtime.Register("AUTH_CRYPT_CHACHA20_POLY1305", ApiSince=31)]
public const string AuthCryptChacha20Poly1305;
[<Android.Runtime.Register("AUTH_CRYPT_CHACHA20_POLY1305", ApiSince=31)>]
val mutable AuthCryptChacha20Poly1305 : string
Field Value
Implements
- Attributes
Remarks
Java documentation for android.net.IpSecAlgorithm.AUTH_CRYPT_CHACHA20_POLY1305
.
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.