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

151 lines
5.5 KiB
C#

using System;
using Cpp2IlInjected;
namespace System.Security.Cryptography
{
/// <summary>Represents Abstract Syntax Notation One (ASN.1)-encoded data.</summary>
// Token: 0x020001D0 RID: 464
[Token(Token = "0x20001D0")]
public class AsnEncodedData
{
/// <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class.</summary>
// Token: 0x06000C40 RID: 3136 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C40")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
protected AsnEncodedData()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData" /> class using an <see cref="T:System.Security.Cryptography.Oid" /> object and a byte array.</summary>
/// <param name="oid">An <see cref="T:System.Security.Cryptography.Oid" /> object.</param>
/// <param name="rawData">A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.</param>
// Token: 0x06000C41 RID: 3137 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C41")]
[Address(RVA = "0x767830", Offset = "0x766830", VA = "0x180767830")]
public AsnEncodedData(Oid oid, byte[] rawData)
{
}
/// <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Oid" /> value for an <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object.</summary>
/// <returns>An <see cref="T:System.Security.Cryptography.Oid" /> object.</returns>
// Token: 0x1700023B RID: 571
// (set) Token: 0x06000C42 RID: 3138 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700023B")]
public Oid Oid
{
[Token(Token = "0x6000C42")]
[Address(RVA = "0x767880", Offset = "0x766880", VA = "0x180767880")]
set
{
}
}
/// <summary>Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array.</summary>
/// <returns>A byte array that represents the Abstract Syntax Notation One (ASN.1)-encoded data.</returns>
/// <exception cref="T:System.ArgumentNullException">The value is <see langword="null" />.</exception>
// Token: 0x1700023C RID: 572
// (get) Token: 0x06000C43 RID: 3139 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06000C44 RID: 3140 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700023C")]
public byte[] RawData
{
[Token(Token = "0x6000C43")]
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
get
{
return null;
}
[Token(Token = "0x6000C44")]
[Address(RVA = "0x767900", Offset = "0x766900", VA = "0x180767900")]
set
{
}
}
/// <summary>Copies information from an <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object.</summary>
/// <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object to base the new object on.</param>
/// <exception cref="T:System.ArgumentNullException">
/// <paramref name="asnEncodedData" /> is <see langword="null" />.</exception>
// Token: 0x06000C45 RID: 3141 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C45")]
[Address(RVA = "0x766BB0", Offset = "0x765BB0", VA = "0x180766BB0", Slot = "4")]
public virtual void CopyFrom(AsnEncodedData asnEncodedData)
{
}
// Token: 0x06000C46 RID: 3142 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C46")]
[Address(RVA = "0x7675C0", Offset = "0x7665C0", VA = "0x1807675C0", Slot = "5")]
internal virtual string ToString(bool multiLine)
{
return null;
}
// Token: 0x06000C47 RID: 3143 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C47")]
[Address(RVA = "0x766CA0", Offset = "0x765CA0", VA = "0x180766CA0")]
internal string Default(bool multiLine)
{
return null;
}
// Token: 0x06000C48 RID: 3144 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C48")]
[Address(RVA = "0x766AF0", Offset = "0x765AF0", VA = "0x180766AF0")]
internal string BasicConstraintsExtension(bool multiLine)
{
return null;
}
// Token: 0x06000C49 RID: 3145 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C49")]
[Address(RVA = "0x766DC0", Offset = "0x765DC0", VA = "0x180766DC0")]
internal string EnhancedKeyUsageExtension(bool multiLine)
{
return null;
}
// Token: 0x06000C4A RID: 3146 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C4A")]
[Address(RVA = "0x766E80", Offset = "0x765E80", VA = "0x180766E80")]
internal string KeyUsageExtension(bool multiLine)
{
return null;
}
// Token: 0x06000C4B RID: 3147 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C4B")]
[Address(RVA = "0x767500", Offset = "0x766500", VA = "0x180767500")]
internal string SubjectKeyIdentifierExtension(bool multiLine)
{
return null;
}
// Token: 0x06000C4C RID: 3148 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C4C")]
[Address(RVA = "0x767290", Offset = "0x766290", VA = "0x180767290")]
internal string SubjectAltName(bool multiLine)
{
return null;
}
// Token: 0x06000C4D RID: 3149 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C4D")]
[Address(RVA = "0x766F40", Offset = "0x765F40", VA = "0x180766F40")]
internal string NetscapeCertType(bool multiLine)
{
return null;
}
// Token: 0x04000677 RID: 1655
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000677")]
internal Oid _oid;
// Token: 0x04000678 RID: 1656
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000678")]
internal byte[] _raw;
}
}