C# Class Octopus.Client.Model.EncryptedBytes

Datei anzeigen Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
EncryptedBytes ( byte ciphertext, byte salt ) : System
FromBase64 ( string base64 ) : EncryptedBytes
ToBase64 ( ) : string

Method Details

EncryptedBytes() public method

public EncryptedBytes ( byte ciphertext, byte salt ) : System
ciphertext byte
salt byte
return System

FromBase64() public static method

public static FromBase64 ( string base64 ) : EncryptedBytes
base64 string
return EncryptedBytes

ToBase64() public method

public ToBase64 ( ) : string
return string