C# Class NuGet.Services.Operations.Secrets.DpapiNg.DpapiNgUtil

Afficher le fichier Open project: NuGet/NuGet.Operations

Méthodes publiques

Méthode Description
Protect ( NCryptProtectionDescriptorHandle descriptor, byte data ) : byte[]
Unprotect ( byte protectedData ) : byte[]

Method Details

Protect() public static méthode

public static Protect ( NCryptProtectionDescriptorHandle descriptor, byte data ) : byte[]
descriptor NCryptProtectionDescriptorHandle
data byte
Résultat byte[]

Unprotect() public static méthode

public static Unprotect ( byte protectedData ) : byte[]
protectedData byte
Résultat byte[]