C# Class Octopus.Client.Model.EncryptedBytes

Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode Description
EncryptedBytes ( byte ciphertext, byte salt ) : System
FromBase64 ( string base64 ) : EncryptedBytes
ToBase64 ( ) : string

Method Details

EncryptedBytes() public méthode

public EncryptedBytes ( byte ciphertext, byte salt ) : System
ciphertext byte
salt byte
Résultat System

FromBase64() public static méthode

public static FromBase64 ( string base64 ) : EncryptedBytes
base64 string
Résultat EncryptedBytes

ToBase64() public méthode

public ToBase64 ( ) : string
Résultat string