Class ManagedChaCha20Poly1305DecryptionKeyNote
Inheritance
System.Object
ManagedChaCha20Poly1305DecryptionKeyNote
Assembly: Cloud-ShareSync.Core.Cryptography.dll
Syntax
public class ManagedChaCha20Poly1305DecryptionKeyNote : object
Constructors
|
Improve this Doc
View Source
ManagedChaCha20Poly1305DecryptionKeyNote(Byte[], Byte[], Int32)
Declaration
public ManagedChaCha20Poly1305DecryptionKeyNote(byte[] nonce, byte[] tag, int order)
Parameters
Type |
Name |
Description |
System.Byte[] |
nonce |
|
System.Byte[] |
tag |
|
System.Int32 |
order |
|
|
Improve this Doc
View Source
ManagedChaCha20Poly1305DecryptionKeyNote(String, String, Int32)
Declaration
public ManagedChaCha20Poly1305DecryptionKeyNote(string nonce, string tag, int order)
Parameters
Type |
Name |
Description |
System.String |
nonce |
|
System.String |
tag |
|
System.Int32 |
order |
|
Properties
|
Improve this Doc
View Source
Nonce
Declaration
public byte[] Nonce { get; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Order
Declaration
public int Order { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Tag
Declaration
public byte[] Tag { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|