a
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Security.Cryptography
|
||||
{
|
||||
/// <summary>Computes the <see cref="T:System.Security.Cryptography.SHA1" /> hash value for the input data using the implementation provided by the cryptographic service provider (CSP). This class cannot be inherited.</summary>
|
||||
// Token: 0x0200042C RID: 1068
|
||||
[Token(Token = "0x200042C")]
|
||||
[ComVisible(true)]
|
||||
public sealed class SHA1CryptoServiceProvider : SHA1
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA1CryptoServiceProvider" /> class.</summary>
|
||||
// Token: 0x06002407 RID: 9223 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002407")]
|
||||
[Address(RVA = "0x2DF9400", Offset = "0x2DF8200", VA = "0x182DF9400")]
|
||||
public SHA1CryptoServiceProvider()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06002408 RID: 9224 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002408")]
|
||||
[Address(RVA = "0x2DF9110", Offset = "0x2DF7F10", VA = "0x182DF9110", Slot = "1")]
|
||||
protected override void Finalize()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06002409 RID: 9225 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002409")]
|
||||
[Address(RVA = "0x2DF9100", Offset = "0x2DF7F00", VA = "0x182DF9100", Slot = "17")]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600240A RID: 9226 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600240A")]
|
||||
[Address(RVA = "0x2DF9190", Offset = "0x2DF7F90", VA = "0x182DF9190", Slot = "19")]
|
||||
protected override void HashCore(byte[] rgb, int ibStart, int cbSize)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600240B RID: 9227 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x600240B")]
|
||||
[Address(RVA = "0x2DF92C0", Offset = "0x2DF80C0", VA = "0x182DF92C0", Slot = "20")]
|
||||
protected override byte[] HashFinal()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Initializes an instance of <see cref="T:System.Security.Cryptography.SHA1CryptoServiceProvider" />.</summary>
|
||||
// Token: 0x0600240C RID: 9228 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600240C")]
|
||||
[Address(RVA = "0x2DF93E0", Offset = "0x2DF81E0", VA = "0x182DF93E0", Slot = "18")]
|
||||
public override void Initialize()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04001467 RID: 5223
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4001467")]
|
||||
private SHA1Internal sha;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user