using System; using Cpp2IlInjected; namespace System.Security.Cryptography { /// Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the algorithm. // Token: 0x0200001C RID: 28 [Token(Token = "0x200001C")] public sealed class SHA384CryptoServiceProvider : SHA384 { /// Initializes a new instance of the class. // Token: 0x060000B3 RID: 179 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60000B3")] [Address(RVA = "0x10DB830", Offset = "0x10DA830", VA = "0x1810DB830")] public SHA384CryptoServiceProvider() { } /// Initializes, or reinitializes, an instance of a hash algorithm. // Token: 0x060000B4 RID: 180 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60000B4")] [Address(RVA = "0x10DB5E0", Offset = "0x10DA5E0", VA = "0x1810DB5E0", Slot = "18")] public override void Initialize() { } // Token: 0x060000B5 RID: 181 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60000B5")] [Address(RVA = "0x10DB500", Offset = "0x10DA500", VA = "0x1810DB500", Slot = "19")] protected override void HashCore(byte[] array, int ibStart, int cbSize) { } // Token: 0x060000B6 RID: 182 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60000B6")] [Address(RVA = "0x10DB730", Offset = "0x10DA730", VA = "0x1810DB730", Slot = "20")] protected override byte[] HashFinal() { return null; } // Token: 0x060000B7 RID: 183 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60000B7")] [Address(RVA = "0x10DB6C0", Offset = "0x10DA6C0", VA = "0x1810DB6C0", Slot = "17")] protected override void Dispose(bool disposing) { } // Token: 0x04000033 RID: 51 [Token(Token = "0x4000033")] private static byte[] Empty; // Token: 0x04000034 RID: 52 [FieldOffset(Offset = "0x28")] [Token(Token = "0x4000034")] private SHA384 hash; } }