C# Class System.Security.Cryptography.SHA1Managed

Inheritance: SHA1
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
SHA1Managed ( ) : System.ComponentModel

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

Dispose() protected final method

protected final Dispose ( bool disposing ) : void
disposing bool
return void

HashCore() protected final method

protected final HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected final method

protected final HashFinal ( ) : byte[]
return byte[]

Initialize() public final method

public final Initialize ( ) : void
return void

SHA1Managed() public method

public SHA1Managed ( ) : System.ComponentModel
return System.ComponentModel