ICustomSecurityHandler.CalculateEncryptionKey

ICustomSecurityHandler.CalculateEncryptionKey method

Calculate the EncryptionKey. Generally the key is calculated based on the UserKey. You can use values from EncryptionParams, which contains the current parameters at the time of the call. This value is passed as the key argument in Encrypt and Decrypt.

public byte[] CalculateEncryptionKey(string password)
ParameterTypeDescription
passwordStringPassword entered by the user.

Return Value

The array of encryption key.

See Also