C# Class System.Security.Cryptography.DataProtectorExtensions

Datei anzeigen Open project: NuGet/NuGet.Operations

Public Methods

Method Description
ProtectString ( this self, string input ) : byte[]
UnprotectString ( this self, byte input ) : string

Method Details

ProtectString() public static method

public static ProtectString ( this self, string input ) : byte[]
self this
input string
return byte[]

UnprotectString() public static method

public static UnprotectString ( this self, byte input ) : string
self this
input byte
return string