Class ManagedChaCha20Poly1305DecryptionKeyNote.DecryptionKeyNoteBase64Stringified
Inheritance
System.Object
ManagedChaCha20Poly1305DecryptionKeyNote.DecryptionKeyNoteBase64Stringified
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
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Order
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Tag
Declaration
Property Value
Type |
Description |
System.String |
|