Method | Description | |
---|---|---|
Initialize ( ) : void | ||
SHA1CryptoServiceProvider ( ) : System.ComponentModel |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HashCore ( byte array, int ibStart, int cbSize ) : void | ||
HashFinal ( ) : byte[] |
protected final Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected HashCore ( byte array, int ibStart, int cbSize ) : void | ||
array | byte | |
ibStart | int | |
cbSize | int | |
return | void |
public SHA1CryptoServiceProvider ( ) : System.ComponentModel | ||
return | System.ComponentModel |