Mentalis.org Security Library documentation

DataProtectionCryptoServiceProvider.Entropy Property

Holds additional entropy that can be used during the encryption and decryption process.

[Visual Basic]
Public Property Entropy As Byte()
[C#]
public byte[] Entropy {get; set;}

Property Value

An array en entropy bytes.

See Also

DataProtectionCryptoServiceProvider Class | DataProtectionCryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace