using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Security.Cryptography { /// Contains information about the properties of a digital signature. // Token: 0x02000412 RID: 1042 [Token(Token = "0x2000412")] [ComVisible(true)] public class SignatureDescription { /// Initializes a new instance of the class. // Token: 0x06002330 RID: 9008 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002330")] [Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")] public SignatureDescription() { } /// Initializes a new instance of the class from the specified . /// The from which to get the algorithms for the signature description. /// The parameter is . // Token: 0x06002331 RID: 9009 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002331")] [Address(RVA = "0x2E015A0", Offset = "0x2E003A0", VA = "0x182E015A0")] public SignatureDescription(SecurityElement el) { } /// Gets or sets the key algorithm for the signature description. /// The key algorithm for the signature description. // Token: 0x170004D4 RID: 1236 // (get) Token: 0x06002332 RID: 9010 RVA: 0x00002082 File Offset: 0x00000282 // (set) Token: 0x06002333 RID: 9011 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170004D4")] public string KeyAlgorithm { [Token(Token = "0x6002332")] [Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")] get { return null; } [Token(Token = "0x6002333")] [Address(RVA = "0x3F7200", Offset = "0x3F6000", VA = "0x1803F7200")] set { } } /// Gets or sets the digest algorithm for the signature description. /// The digest algorithm for the signature description. // Token: 0x170004D5 RID: 1237 // (get) Token: 0x06002334 RID: 9012 RVA: 0x00002082 File Offset: 0x00000282 // (set) Token: 0x06002335 RID: 9013 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170004D5")] public string DigestAlgorithm { [Token(Token = "0x6002334")] [Address(RVA = "0x3F5F40", Offset = "0x3F4D40", VA = "0x1803F5F40")] get { return null; } [Token(Token = "0x6002335")] [Address(RVA = "0x3F7210", Offset = "0x3F6010", VA = "0x1803F7210")] set { } } /// Gets or sets the formatter algorithm for the signature description. /// The formatter algorithm for the signature description. // Token: 0x170004D6 RID: 1238 // (get) Token: 0x06002336 RID: 9014 RVA: 0x00002082 File Offset: 0x00000282 // (set) Token: 0x06002337 RID: 9015 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170004D6")] public string FormatterAlgorithm { [Token(Token = "0x6002336")] [Address(RVA = "0x3F6400", Offset = "0x3F5200", VA = "0x1803F6400")] get { return null; } [Token(Token = "0x6002337")] [Address(RVA = "0x460F90", Offset = "0x45FD90", VA = "0x180460F90")] set { } } /// Gets or sets the deformatter algorithm for the signature description. /// The deformatter algorithm for the signature description. // Token: 0x170004D7 RID: 1239 // (get) Token: 0x06002338 RID: 9016 RVA: 0x00002082 File Offset: 0x00000282 // (set) Token: 0x06002339 RID: 9017 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170004D7")] public string DeformatterAlgorithm { [Token(Token = "0x6002338")] [Address(RVA = "0x3F63E0", Offset = "0x3F51E0", VA = "0x1803F63E0")] get { return null; } [Token(Token = "0x6002339")] [Address(RVA = "0x409C60", Offset = "0x408A60", VA = "0x180409C60")] set { } } /// Creates an instance with the specified key using the property. /// The key to use in the . /// The newly created instance. // Token: 0x0600233A RID: 9018 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x600233A")] [Address(RVA = "0x2E013B0", Offset = "0x2E001B0", VA = "0x182E013B0", Slot = "4")] public virtual AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key) { return null; } /// Creates an instance with the specified key using the property. /// The key to use in the . /// The newly created instance. // Token: 0x0600233B RID: 9019 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x600233B")] [Address(RVA = "0x2E014F0", Offset = "0x2E002F0", VA = "0x182E014F0", Slot = "5")] public virtual AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key) { return null; } /// Creates a instance using the property. /// The newly created instance. // Token: 0x0600233C RID: 9020 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x600233C")] [Address(RVA = "0x2E01460", Offset = "0x2E00260", VA = "0x182E01460", Slot = "6")] public virtual HashAlgorithm CreateDigest() { return null; } // Token: 0x040013D8 RID: 5080 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x40013D8")] private string _strKey; // Token: 0x040013D9 RID: 5081 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x40013D9")] private string _strDigest; // Token: 0x040013DA RID: 5082 [global::Cpp2IlInjected.FieldOffset(Offset = "0x20")] [Token(Token = "0x40013DA")] private string _strFormatter; // Token: 0x040013DB RID: 5083 [global::Cpp2IlInjected.FieldOffset(Offset = "0x28")] [Token(Token = "0x40013DB")] private string _strDeformatter; } }