C# Class System.Security.Cryptography.HMACSHA1

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
HMACSHA1 ( ) : System.ComponentModel
HMACSHA1 ( byte key ) : System.ComponentModel
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int ib, int cb ) : void
HashFinal ( ) : byte[]

Private Methods

Method Description
HMACSHA1 ( byte key, bool useManagedSha1 ) : System.ComponentModel

Method Details

Dispose() protected method

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

HMACSHA1() public method

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

HMACSHA1() public method

public HMACSHA1 ( byte key ) : System.ComponentModel
key byte
return System.ComponentModel

HashCore() protected method

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
return void

HashFinal() protected method

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

Initialize() public method

public Initialize ( ) : void
return void