C# 클래스 System.Security.Cryptography.FromBase64Transform

상속: ICryptoTransform
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void
FromBase64Transform ( )
FromBase64Transform ( System whitespaces )
FromBase64Transform ( ) : System.Text
FromBase64Transform ( FromBase64TransformMode whitespaces ) : System.Text
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ConvertFromBase64 ( byte temp, int effectiveCount ) : byte[]
DiscardWhiteSpaces ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]
GetTempBuffer ( byte inputBuffer, int inputOffset, int inputCount, int &effectiveCount ) : byte[]
Reset ( ) : void
ValidateTransformBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FromBase64Transform() 공개 메소드

public FromBase64Transform ( )

FromBase64Transform() 공개 메소드

public FromBase64Transform ( System whitespaces )
whitespaces System

FromBase64Transform() 공개 메소드

public FromBase64Transform ( ) : System.Text
리턴 System.Text

FromBase64Transform() 공개 메소드

public FromBase64Transform ( FromBase64TransformMode whitespaces ) : System.Text
whitespaces FromBase64TransformMode
리턴 System.Text

TransformBlock() 공개 메소드

public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int
inputBuffer byte
inputOffset int
inputCount int
outputBuffer byte
outputOffset int
리턴 int

TransformFinalBlock() 공개 메소드

public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]
inputBuffer byte
inputOffset int
inputCount int
리턴 byte[]