C# Класс Sharpex2D.Content.ContentVerifier

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Verify ( Stream fileStream, string expectedSha256 ) : bool

Checks whether the content file is modified.

Verify ( string contentPath, string expectedSha256 ) : bool

Checks whether the content file is modified.

Приватные методы

Метод Описание
ContentVerifier ( ) : System

Initializes a new ContentVerifier class.

Sha256 ( Stream fileStream ) : string

Gets the Sha256-Hash of a file.

Sha256 ( string file ) : string

Gets the Sha256-Hash of a file.

Описание методов

Verify() публичный Метод

Checks whether the content file is modified.
public Verify ( Stream fileStream, string expectedSha256 ) : bool
fileStream Stream The FileStream.
expectedSha256 string The ExpectedSha256Hash.
Результат bool

Verify() публичный Метод

Checks whether the content file is modified.
public Verify ( string contentPath, string expectedSha256 ) : bool
contentPath string The ContentPath.
expectedSha256 string The ExpectedSha256Hash.
Результат bool