C# 클래스 TagTool.Definitions.AES

파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 메소드들

메소드 설명
DecryptSegment ( EndianReader Reader, int StartPosition, int Length, string Key ) : EndianReader

Decrypts a segment of an EndianReader stream.

메소드 상세

DecryptSegment() 공개 정적인 메소드

Decrypts a segment of an EndianReader stream.
public static DecryptSegment ( EndianReader Reader, int StartPosition, int Length, string Key ) : EndianReader
Reader EndianReader The EndianReader to read from.
StartPosition int The stream position to decrypt from.
Length int The number of bytes to decrypt.
Key string The decryption key as a string.
리턴 EndianReader