C# Class System.Security.Cryptography.DataProtectorExtensions

Afficher le fichier Open project: NuGet/NuGet.Operations

Méthodes publiques

Méthode Description
ProtectString ( this self, string input ) : byte[]
UnprotectString ( this self, byte input ) : string

Method Details

ProtectString() public static méthode

public static ProtectString ( this self, string input ) : byte[]
self this
input string
Résultat byte[]

UnprotectString() public static méthode

public static UnprotectString ( this self, byte input ) : string
self this
input byte
Résultat string