Files
27Aug2021-Cpp2IL-Dump/Mono.Security/Mono/Security/Cryptography/PKCS1.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

36 lines
872 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 = "0x1066BC0", Offset = "0x1065BC0", VA = "0x181066BC0")]
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;
}
}