|
DataProtectionProtect Method
|
Encrypts the data in a specified byte array and returns a byte array that contains the encrypted data.
Namespace: GSF.Security.CryptographyAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax GSF.Security.Cryptography.DataProtection.Protect = function(userData, optionalEntropy, scope);
View SourceParameters
- userData Byte
- A byte array that contains data to encrypt.
- optionalEntropy Byte
- An optional additional byte array used to increase the complexity of the encryption, or null for no additional complexity.
- scope DataProtectionScope
- One of the enumeration values that specifies the scope of encryption.
Return Value
ByteA byte array representing the encrypted data.
Exceptions See Also