C# Class System.Security.Cryptography.HMACSHA1.Sha1.Context

Show file Open project: Clancey/SimpleAuth

Public Properties

Property Type Description
A uint
IntermediateHash uint[]
LengthHigh uint
LengthLow uint
MessageBlock byte[]
MessageBlockIndex int

Property Details

A public property

public uint A
return uint

IntermediateHash public property

public uint[] IntermediateHash
return uint[]

LengthHigh public property

public uint LengthHigh
return uint

LengthLow public property

public uint LengthLow
return uint

MessageBlock public property

public byte[] MessageBlock
return byte[]

MessageBlockIndex public property

public int MessageBlockIndex
return int