| KeyMaterialKey Property |
Gets the secret key for the symmethric algorithm
Namespace:
Cauldron.Cryptography
Assembly:
Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.2
Syntax public byte[] Key { get; }
Public ReadOnly Property Key As Byte()
Get
Property Value
Type:
Byte[Missing <value> documentation for "P:Cauldron.Cryptography.KeyMaterial.Key"]
See Also