C# Class System.Security.Cryptography.SHA512Managed

Inheritance: System.Security.Cryptography.SHA512
Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
SHA512Managed ( ) : System.ComponentModel

Protected Methods

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

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

SHA512Managed() public method

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