C# Класс System.Security.Cryptography.DataProtectorExtensions

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

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

Метод Описание
ProtectString ( this self, string input ) : byte[]
UnprotectString ( this self, byte input ) : string

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

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

public static ProtectString ( this self, string input ) : byte[]
self this
input string
Результат byte[]

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

public static UnprotectString ( this self, byte input ) : string
self this
input byte
Результат string