C# Класс cloudscribe.Core.Models.DataProtectionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
PersistentProtect ( this dp, string clearText ) : string
PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string

Описание методов

PersistentProtect() публичный статический Метод

public static PersistentProtect ( this dp, string clearText ) : string
dp this
clearText string
Результат string

PersistentUnprotect() публичный статический Метод

public static PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string
dp this
protectedData string
requiresMigration bool
wasRevoked bool
Результат string