using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Security.Cryptography
{
/// Computes the hash value for the input data using the implementation provided by the cryptographic service provider (CSP). This class cannot be inherited.
// Token: 0x02000448 RID: 1096
[Token(Token = "0x2000448")]
[ComVisible(true)]
public sealed class SHA1CryptoServiceProvider : SHA1
{
/// Initializes a new instance of the class.
// Token: 0x06002613 RID: 9747 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002613")]
[Address(RVA = "0x102D930", Offset = "0x102C930", VA = "0x18102D930")]
public SHA1CryptoServiceProvider()
{
}
// Token: 0x06002614 RID: 9748 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002614")]
[Address(RVA = "0x102D640", Offset = "0x102C640", VA = "0x18102D640", Slot = "1")]
protected override void Finalize()
{
}
// Token: 0x06002615 RID: 9749 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002615")]
[Address(RVA = "0x102D630", Offset = "0x102C630", VA = "0x18102D630", Slot = "17")]
protected override void Dispose(bool disposing)
{
}
// Token: 0x06002616 RID: 9750 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002616")]
[Address(RVA = "0x102D6C0", Offset = "0x102C6C0", VA = "0x18102D6C0", Slot = "19")]
protected override void HashCore(byte[] rgb, int ibStart, int cbSize)
{
}
// Token: 0x06002617 RID: 9751 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6002617")]
[Address(RVA = "0x102D7F0", Offset = "0x102C7F0", VA = "0x18102D7F0", Slot = "20")]
protected override byte[] HashFinal()
{
return null;
}
/// Initializes an instance of .
// Token: 0x06002618 RID: 9752 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002618")]
[Address(RVA = "0x102D910", Offset = "0x102C910", VA = "0x18102D910", Slot = "18")]
public override void Initialize()
{
}
// Token: 0x0400152A RID: 5418
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x400152A")]
private SHA1Internal sha;
}
}