C# Class Contrive.Common.Web.WebCryptographer

Inheritance: CryptographerBase
显示文件 Open project: alanstevens/Contrive Class Usage Examples

Protected Methods

Method Description
Protect ( string input, Protection protectionType ) : string
Unprotect ( string input, Protection protectionType ) : string

Private Methods

Method Description
ConvertProtection ( Protection value ) : MachineKeyProtection

Method Details

Protect() protected method

protected Protect ( string input, Protection protectionType ) : string
input string
protectionType Protection
return string

Unprotect() protected method

protected Unprotect ( string input, Protection protectionType ) : string
input string
protectionType Protection
return string