This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001E02 RID: 7682
[Token(Token = "0x2001E02")]
public enum CmsAttributeTableParameter
{
// Token: 0x040079FE RID: 31230
[Token(Token = "0x40079FE")]
ContentType,
// Token: 0x040079FF RID: 31231
[Token(Token = "0x40079FF")]
Digest,
// Token: 0x04007A00 RID: 31232
[Token(Token = "0x4007A00")]
Signature,
// Token: 0x04007A01 RID: 31233
[Token(Token = "0x4007A01")]
DigestAlgorithmIdentifier
}
}