Returns an encrypted string based on the local machine key of the local machine. Can be used to create machine specific seed values that cannot be tracked via code
public static string MachineKeySeedValue(Byte[] keyData)
Return Value
Encoded string
Parameters
keyData
Optional - If no data is passed in a default seed value is used.
Remarks
Applies only to ASP.NET Web applications
See also:
Class WebUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic