Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Asn1/Asn1OutputStream.cs
T
2026-04-08 23:40:05 +02:00

31 lines
885 B
C#

using System;
using System.IO;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
{
// Token: 0x0200179F RID: 6047
[Token(Token = "0x200179F")]
[StructLayout(3)]
public class Asn1OutputStream : DerOutputStream
{
// Token: 0x0600A341 RID: 41793 RVA: 0x0026056C File Offset: 0x0025E76C
[Token(Token = "0x600A341")]
[Address(RVA = "0x2677500", Offset = "0x2675F00", VA = "0x182677500")]
public Asn1OutputStream(Stream os)
: base(os)
{
}
// Token: 0x0600A342 RID: 41794 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600A342")]
[Address(RVA = "0x26772E0", Offset = "0x2675CE0", VA = "0x1826772E0", Slot = "31")]
[Obsolete]
public override void WriteObject(object obj)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}