C# 클래스 Octopus.Client.Model.EncryptedBytes

파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
EncryptedBytes ( byte ciphertext, byte salt ) : System
FromBase64 ( string base64 ) : EncryptedBytes
ToBase64 ( ) : string

메소드 상세

EncryptedBytes() 공개 메소드

public EncryptedBytes ( byte ciphertext, byte salt ) : System
ciphertext byte
salt byte
리턴 System

FromBase64() 공개 정적인 메소드

public static FromBase64 ( string base64 ) : EncryptedBytes
base64 string
리턴 EncryptedBytes

ToBase64() 공개 메소드

public ToBase64 ( ) : string
리턴 string