C# Class Windows.Security.Cryptography.Core.CryptographicHash

Datei anzeigen Open project: ermau/WinRT.NET Class Usage Examples

Public Methods

Method Description
Append ( Windows.Storage.Streams.IBuffer Data ) : void
GetValue ( ) : Windows.Storage.Streams.IBuffer

Private Methods

Method Description
CryptographicHash ( HashAlgorithm algorithm ) : System

Method Details

Append() public method

public Append ( Windows.Storage.Streams.IBuffer Data ) : void
Data Windows.Storage.Streams.IBuffer
return void

GetValue() public method

public GetValue ( ) : Windows.Storage.Streams.IBuffer
return Windows.Storage.Streams.IBuffer