Class HMACSHA1
Inheritance
System.Object
HMACSHA1
Assembly: Syncfusion.Pdf.UWP.dll
Syntax
public class HMACSHA1 : Object
Constructors
HMACSHA1()
Declaration
Properties
Key
Declaration
public byte[] Key { get; set; }
Property Value
Methods
ComputeHash()
Declaration
public byte[] ComputeHash()
Returns
ComputeHash(Byte[])
Declaration
public byte[] ComputeHash(byte[] buffer)
Parameters
Type |
Name |
Description |
System.Byte[] |
buffer |
|
Returns
ComputeHash(Byte[], Int32, Int32)
Declaration
public byte[] ComputeHash(byte[] buffer, int offset, int count)
Parameters
Type |
Name |
Description |
System.Byte[] |
buffer |
|
System.Int32 |
offset |
|
System.Int32 |
count |
|
Returns
ComputeHash(Stream)
Declaration
public byte[] ComputeHash(Stream inputStream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
inputStream |
|
Returns
Extension Methods