The ChaCha20Poly1305 type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberSupported by the .NET Compact FrameworkAuthenticationTagSize
ChaCha20Poly1305 authentication tag size (in bytes). The value of the constant is 16.
Public fieldStatic memberSupported by the .NET Compact FrameworkKeySize
Required ChaCha20Poly1305 key size (in bytes). The value of the constant is 32.
Public fieldStatic memberSupported by the .NET Compact FrameworkNonceSize
Required ChaCha20Poly1305 nonce size (in bytes). The value of the constant is 12.

See Also