The ChaCha20Poly1305 type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| AuthenticationTagSize | ChaCha20Poly1305 authentication tag size (in bytes). The value of the constant is 16.
| |
| KeySize |
Required ChaCha20Poly1305 key size (in bytes). The value of the constant is 32.
| |
| NonceSize |
Required ChaCha20Poly1305 nonce size (in bytes). The value of the constant is 12.
|