Method | Description | |
---|---|---|
PersistentProtect ( this dp, string clearText ) : string | ||
PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string |
public static PersistentProtect ( this dp, string clearText ) : string | ||
dp | this | |
clearText | string | |
return | string |
public static PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string | ||
dp | this | |
protectedData | string | |
requiresMigration | bool | |
wasRevoked | bool | |
return | string |