Show / Hide Table of Contents

Class ManagedChaCha20Poly1305DecryptionKeyNote.DecryptionKeyNoteBase64Stringified

Inheritance
System.Object
ManagedChaCha20Poly1305DecryptionKeyNote.DecryptionKeyNoteBase64Stringified
Namespace: Cloud_ShareSync.Core.Cryptography.FileEncryption.Types
Assembly: Cloud-ShareSync.Core.Cryptography.dll
Syntax
class DecryptionKeyNoteBase64Stringified : object

Constructors

| Improve this Doc View Source

DecryptionKeyNoteBase64Stringified(Byte[], Byte[], Int32)

Declaration
DecryptionKeyNoteBase64Stringified(byte[] nonce, byte[] tag, int order)
Parameters
Type Name Description
System.Byte[] nonce
System.Byte[] tag
System.Int32 order

Properties

| Improve this Doc View Source

Nonce

Declaration
string Nonce { }
Property Value
Type Description
System.String
| Improve this Doc View Source

Order

Declaration
int Order { }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Tag

Declaration
string Tag { }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾