a
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Security.Cryptography
|
||||
{
|
||||
/// <summary>Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the <see cref="T:System.Security.Cryptography.SHA256" /> algorithm. </summary>
|
||||
// Token: 0x02000017 RID: 23
|
||||
[Token(Token = "0x2000017")]
|
||||
public sealed class SHA256CryptoServiceProvider : SHA256
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA256CryptoServiceProvider" /> class. </summary>
|
||||
// Token: 0x0600007C RID: 124 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600007C")]
|
||||
[Address(RVA = "0x6BC7C0", Offset = "0x6BB5C0", VA = "0x1806BC7C0")]
|
||||
public SHA256CryptoServiceProvider()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes, or reinitializes, an instance of a hash algorithm.</summary>
|
||||
// Token: 0x0600007D RID: 125 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600007D")]
|
||||
[Address(RVA = "0x6BC740", Offset = "0x6BB540", VA = "0x1806BC740", Slot = "18")]
|
||||
public override void Initialize()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600007E RID: 126 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600007E")]
|
||||
[Address(RVA = "0x6BC660", Offset = "0x6BB460", VA = "0x1806BC660", Slot = "19")]
|
||||
protected override void HashCore(byte[] array, int ibStart, int cbSize)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600007F RID: 127 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600007F")]
|
||||
[Address(RVA = "0x6BC690", Offset = "0x6BB490", VA = "0x1806BC690", Slot = "20")]
|
||||
protected override byte[] HashFinal()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000080 RID: 128 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000080")]
|
||||
[Address(RVA = "0x6BC5F0", Offset = "0x6BB3F0", VA = "0x1806BC5F0", Slot = "17")]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000014 RID: 20
|
||||
[Token(Token = "0x4000014")]
|
||||
private static byte[] Empty;
|
||||
|
||||
// Token: 0x04000015 RID: 21
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4000015")]
|
||||
private SHA256 hash;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user