This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001D22 RID: 7458
[Token(Token = "0x2001D22")]
public enum CmsAttributeTableParameter
{
// Token: 0x04007845 RID: 30789
[Token(Token = "0x4007845")]
ContentType,
// Token: 0x04007846 RID: 30790
[Token(Token = "0x4007846")]
Digest,
// Token: 0x04007847 RID: 30791
[Token(Token = "0x4007847")]
Signature,
// Token: 0x04007848 RID: 30792
[Token(Token = "0x4007848")]
DigestAlgorithmIdentifier
}
}