C# Class cloudscribe.Core.Models.DataProtectionExtensions

ファイルを表示 Open project: joeaudette/cloudscribe

Public Methods

Method Description
PersistentProtect ( this dp, string clearText ) : string
PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string

Method Details

PersistentProtect() public static method

public static PersistentProtect ( this dp, string clearText ) : string
dp this
clearText string
return string

PersistentUnprotect() public static method

public static PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string
dp this
protectedData string
requiresMigration bool
wasRevoked bool
return string