C# Class Contrive.Common.Web.WebCryptographer

Inheritance: CryptographerBase
Afficher le fichier Open project: alanstevens/Contrive Class Usage Examples

Méthodes protégées

Méthode Description
Protect ( string input, Protection protectionType ) : string
Unprotect ( string input, Protection protectionType ) : string

Private Methods

Méthode Description
ConvertProtection ( Protection value ) : MachineKeyProtection

Method Details

Protect() protected méthode

protected Protect ( string input, Protection protectionType ) : string
input string
protectionType Protection
Résultat string

Unprotect() protected méthode

protected Unprotect ( string input, Protection protectionType ) : string
input string
protectionType Protection
Résultat string