Files
Apr2020-Cpp2Il-Dump/Mono.Security/Mono/Security/Cryptography/PKCS1.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

36 lines
870 B
C#

using System;
using System.Security.Cryptography;
using Cpp2IlInjected;
namespace Mono.Security.Cryptography
{
// Token: 0x02000032 RID: 50
[Token(Token = "0x2000032")]
public sealed class PKCS1
{
// Token: 0x06000137 RID: 311 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000137")]
[Address(RVA = "0x643D70", Offset = "0x642B70", VA = "0x180643D70")]
internal static HashAlgorithm CreateFromName(string name)
{
return null;
}
// Token: 0x040001D4 RID: 468
[Token(Token = "0x40001D4")]
private static byte[] emptySHA1;
// Token: 0x040001D5 RID: 469
[Token(Token = "0x40001D5")]
private static byte[] emptySHA256;
// Token: 0x040001D6 RID: 470
[Token(Token = "0x40001D6")]
private static byte[] emptySHA384;
// Token: 0x040001D7 RID: 471
[Token(Token = "0x40001D7")]
private static byte[] emptySHA512;
}
}