@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
1,176 lines • 161 kB
JSON
{
"namespace": "System.Formats.Asn1",
"contributingAssemblies": [
"System.Formats.Asn1"
],
"types": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules",
"clrName": "System.Formats.Asn1.AsnEncodingRules",
"tsEmitName": "AsnEncodingRules",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules::BERSystem.Formats.Asn1.AsnEncodingRules",
"clrName": "BER",
"tsEmitName": "BER",
"normalizedSignature": "BER|System.Formats.Asn1.AsnEncodingRules|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules::CERSystem.Formats.Asn1.AsnEncodingRules",
"clrName": "CER",
"tsEmitName": "CER",
"normalizedSignature": "CER|System.Formats.Asn1.AsnEncodingRules|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules::DERSystem.Formats.Asn1.AsnEncodingRules",
"clrName": "DER",
"tsEmitName": "DER",
"normalizedSignature": "DER|System.Formats.Asn1.AsnEncodingRules|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.TagClass",
"clrName": "System.Formats.Asn1.TagClass",
"tsEmitName": "TagClass",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.TagClass::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.TagClass::UniversalSystem.Formats.Asn1.TagClass",
"clrName": "Universal",
"tsEmitName": "Universal",
"normalizedSignature": "Universal|System.Formats.Asn1.TagClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.TagClass::ApplicationSystem.Formats.Asn1.TagClass",
"clrName": "Application",
"tsEmitName": "Application",
"normalizedSignature": "Application|System.Formats.Asn1.TagClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.TagClass::ContextSpecificSystem.Formats.Asn1.TagClass",
"clrName": "ContextSpecific",
"tsEmitName": "ContextSpecific",
"normalizedSignature": "ContextSpecific|System.Formats.Asn1.TagClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.TagClass::PrivateSystem.Formats.Asn1.TagClass",
"clrName": "Private",
"tsEmitName": "Private",
"normalizedSignature": "Private|System.Formats.Asn1.TagClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber",
"clrName": "System.Formats.Asn1.UniversalTagNumber",
"tsEmitName": "UniversalTagNumber",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::EndOfContentsSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "EndOfContents",
"tsEmitName": "EndOfContents",
"normalizedSignature": "EndOfContents|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::BooleanSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Boolean",
"tsEmitName": "Boolean",
"normalizedSignature": "Boolean|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::IntegerSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Integer",
"tsEmitName": "Integer",
"normalizedSignature": "Integer|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::BitStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "BitString",
"tsEmitName": "BitString",
"normalizedSignature": "BitString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::OctetStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "OctetString",
"tsEmitName": "OctetString",
"normalizedSignature": "OctetString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::NullSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Null",
"tsEmitName": "Null",
"normalizedSignature": "Null|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::ObjectIdentifierSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "ObjectIdentifier",
"tsEmitName": "ObjectIdentifier",
"normalizedSignature": "ObjectIdentifier|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::ObjectDescriptorSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "ObjectDescriptor",
"tsEmitName": "ObjectDescriptor",
"normalizedSignature": "ObjectDescriptor|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::ExternalSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "External",
"tsEmitName": "External",
"normalizedSignature": "External|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::InstanceOfSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "InstanceOf",
"tsEmitName": "InstanceOf",
"normalizedSignature": "InstanceOf|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::RealSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Real",
"tsEmitName": "Real",
"normalizedSignature": "Real|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::EnumeratedSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Enumerated",
"tsEmitName": "Enumerated",
"normalizedSignature": "Enumerated|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::EmbeddedSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Embedded",
"tsEmitName": "Embedded",
"normalizedSignature": "Embedded|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::UTF8StringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "UTF8String",
"tsEmitName": "UTF8String",
"normalizedSignature": "UTF8String|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::RelativeObjectIdentifierSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "RelativeObjectIdentifier",
"tsEmitName": "RelativeObjectIdentifier",
"normalizedSignature": "RelativeObjectIdentifier|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::TimeSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Time",
"tsEmitName": "Time",
"normalizedSignature": "Time|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::SequenceSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Sequence",
"tsEmitName": "Sequence",
"normalizedSignature": "Sequence|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::SequenceOfSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "SequenceOf",
"tsEmitName": "SequenceOf",
"normalizedSignature": "SequenceOf|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::SetSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Set",
"tsEmitName": "Set",
"normalizedSignature": "Set|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::SetOfSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "SetOf",
"tsEmitName": "SetOf",
"normalizedSignature": "SetOf|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::NumericStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "NumericString",
"tsEmitName": "NumericString",
"normalizedSignature": "NumericString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::PrintableStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "PrintableString",
"tsEmitName": "PrintableString",
"normalizedSignature": "PrintableString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::TeletexStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "TeletexString",
"tsEmitName": "TeletexString",
"normalizedSignature": "TeletexString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::T61StringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "T61String",
"tsEmitName": "T61String",
"normalizedSignature": "T61String|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::VideotexStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "VideotexString",
"tsEmitName": "VideotexString",
"normalizedSignature": "VideotexString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::IA5StringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "IA5String",
"tsEmitName": "IA5String",
"normalizedSignature": "IA5String|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::UtcTimeSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "UtcTime",
"tsEmitName": "UtcTime",
"normalizedSignature": "UtcTime|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::GeneralizedTimeSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "GeneralizedTime",
"tsEmitName": "GeneralizedTime",
"normalizedSignature": "GeneralizedTime|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::GraphicStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "GraphicString",
"tsEmitName": "GraphicString",
"normalizedSignature": "GraphicString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::VisibleStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "VisibleString",
"tsEmitName": "VisibleString",
"normalizedSignature": "VisibleString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::ISO646StringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "ISO646String",
"tsEmitName": "ISO646String",
"normalizedSignature": "ISO646String|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::GeneralStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "GeneralString",
"tsEmitName": "GeneralString",
"normalizedSignature": "GeneralString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::UniversalStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "UniversalString",
"tsEmitName": "UniversalString",
"normalizedSignature": "UniversalString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::UnrestrictedCharacterStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "UnrestrictedCharacterString",
"tsEmitName": "UnrestrictedCharacterString",
"normalizedSignature": "UnrestrictedCharacterString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::BMPStringSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "BMPString",
"tsEmitName": "BMPString",
"normalizedSignature": "BMPString|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::DateSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Date",
"tsEmitName": "Date",
"normalizedSignature": "Date|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::TimeOfDaySystem.Formats.Asn1.UniversalTagNumber",
"clrName": "TimeOfDay",
"tsEmitName": "TimeOfDay",
"normalizedSignature": "TimeOfDay|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::DateTimeSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "DateTime",
"tsEmitName": "DateTime",
"normalizedSignature": "DateTime|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::DurationSystem.Formats.Asn1.UniversalTagNumber",
"clrName": "Duration",
"tsEmitName": "Duration",
"normalizedSignature": "Duration|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::ObjectIdentifierIRISystem.Formats.Asn1.UniversalTagNumber",
"clrName": "ObjectIdentifierIRI",
"tsEmitName": "ObjectIdentifierIRI",
"normalizedSignature": "ObjectIdentifierIRI|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::RelativeObjectIdentifierIRISystem.Formats.Asn1.UniversalTagNumber",
"clrName": "RelativeObjectIdentifierIRI",
"tsEmitName": "RelativeObjectIdentifierIRI",
"normalizedSignature": "RelativeObjectIdentifierIRI|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag",
"clrName": "System.Formats.Asn1.Asn1Tag",
"tsEmitName": "Asn1Tag",
"kind": "Struct",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::AsConstructed():System.Formats.Asn1.Asn1Tag",
"clrName": "AsConstructed",
"tsEmitName": "AsConstructed",
"normalizedSignature": "AsConstructed|():System.Formats.Asn1.Asn1Tag|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::AsPrimitive():System.Formats.Asn1.Asn1Tag",
"clrName": "AsPrimitive",
"tsEmitName": "AsPrimitive",
"normalizedSignature": "AsPrimitive|():System.Formats.Asn1.Asn1Tag|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::TryDecode(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.Asn1Tag\u0026,System.Int32\u0026):System.Boolean",
"clrName": "TryDecode",
"tsEmitName": "TryDecode",
"normalizedSignature": "TryDecode|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Formats.Asn1.Asn1Tag\u0026,System.Int32\u0026):System.Boolean|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::Decode(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Formats.Asn1.Asn1Tag",
"clrName": "Decode",
"tsEmitName": "Decode",
"normalizedSignature": "Decode|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Formats.Asn1.Asn1Tag|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::CalculateEncodedSize():System.Int32",
"clrName": "CalculateEncodedSize",
"tsEmitName": "CalculateEncodedSize",
"normalizedSignature": "CalculateEncodedSize|():System.Int32|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::TryEncode(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
"clrName": "TryEncode",
"tsEmitName": "TryEncode",
"normalizedSignature": "TryEncode|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::Encode(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
"clrName": "Encode",
"tsEmitName": "Encode",
"normalizedSignature": "Encode|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::Equals(System.Formats.Asn1.Asn1Tag):System.Boolean",
"clrName": "Equals",
"tsEmitName": "Equals",
"normalizedSignature": "Equals|(System.Formats.Asn1.Asn1Tag):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::Equals(System.Object):System.Boolean",
"clrName": "Equals",
"tsEmitName": "Equals",
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": true,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::GetHashCode():System.Int32",
"clrName": "GetHashCode",
"tsEmitName": "GetHashCode",
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": true,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::HasSameClassAndValue(System.Formats.Asn1.Asn1Tag):System.Boolean",
"clrName": "HasSameClassAndValue",
"tsEmitName": "HasSameClassAndValue",
"normalizedSignature": "HasSameClassAndValue|(System.Formats.Asn1.Asn1Tag):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::ToString():System.String",
"clrName": "ToString",
"tsEmitName": "ToString",
"normalizedSignature": "ToString|():System.String|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": true,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
"clrName": "Equals",
"tsEmitName": "Equals$view",
"normalizedSignature": "Equals|(T):System.Boolean|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"sourceInterface": "System.IEquatable\u00601",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::TagClass:System.Formats.Asn1.TagClass",
"clrName": "TagClass",
"tsEmitName": "TagClass",
"normalizedSignature": "TagClass|:System.Formats.Asn1.TagClass|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::IsConstructed:System.Boolean",
"clrName": "IsConstructed",
"tsEmitName": "IsConstructed",
"normalizedSignature": "IsConstructed|:System.Boolean|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::TagValue:System.Int32",
"clrName": "TagValue",
"tsEmitName": "TagValue",
"normalizedSignature": "TagValue|:System.Int32|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::BooleanSystem.Formats.Asn1.Asn1Tag",
"clrName": "Boolean",
"tsEmitName": "Boolean",
"normalizedSignature": "Boolean|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::IntegerSystem.Formats.Asn1.Asn1Tag",
"clrName": "Integer",
"tsEmitName": "Integer",
"normalizedSignature": "Integer|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::PrimitiveBitStringSystem.Formats.Asn1.Asn1Tag",
"clrName": "PrimitiveBitString",
"tsEmitName": "PrimitiveBitString",
"normalizedSignature": "PrimitiveBitString|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::ConstructedBitStringSystem.Formats.Asn1.Asn1Tag",
"clrName": "ConstructedBitString",
"tsEmitName": "ConstructedBitString",
"normalizedSignature": "ConstructedBitString|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::PrimitiveOctetStringSystem.Formats.Asn1.Asn1Tag",
"clrName": "PrimitiveOctetString",
"tsEmitName": "PrimitiveOctetString",
"normalizedSignature": "PrimitiveOctetString|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::ConstructedOctetStringSystem.Formats.Asn1.Asn1Tag",
"clrName": "ConstructedOctetString",
"tsEmitName": "ConstructedOctetString",
"normalizedSignature": "ConstructedOctetString|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::NullSystem.Formats.Asn1.Asn1Tag",
"clrName": "Null",
"tsEmitName": "Null",
"normalizedSignature": "Null|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::ObjectIdentifierSystem.Formats.Asn1.Asn1Tag",
"clrName": "ObjectIdentifier",
"tsEmitName": "ObjectIdentifier",
"normalizedSignature": "ObjectIdentifier|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::EnumeratedSystem.Formats.Asn1.Asn1Tag",
"clrName": "Enumerated",
"tsEmitName": "Enumerated",
"normalizedSignature": "Enumerated|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::SequenceSystem.Formats.Asn1.Asn1Tag",
"clrName": "Sequence",
"tsEmitName": "Sequence",
"normalizedSignature": "Sequence|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::SetOfSystem.Formats.Asn1.Asn1Tag",
"clrName": "SetOf",
"tsEmitName": "SetOf",
"normalizedSignature": "SetOf|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::UtcTimeSystem.Formats.Asn1.Asn1Tag",
"clrName": "UtcTime",
"tsEmitName": "UtcTime",
"normalizedSignature": "UtcTime|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.Asn1Tag::GeneralizedTimeSystem.Formats.Asn1.Asn1Tag",
"clrName": "GeneralizedTime",
"tsEmitName": "GeneralizedTime",
"normalizedSignature": "GeneralizedTime|System.Formats.Asn1.Asn1Tag|static=true|const=false",
"isStatic": true,
"isReadOnly": true,
"isLiteral": false
}
],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Formats.Asn1.UniversalTagNumber,System.Boolean):void|static=false",
"isStatic": false,
"parameterCount": 2
},
{
"normalizedSignature": "constructor|(System.Formats.Asn1.TagClass,System.Int32,System.Boolean):void|static=false",
"isStatic": false,
"parameterCount": 3
}
]
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReaderOptions",
"clrName": "System.Formats.Asn1.AsnReaderOptions",
"tsEmitName": "AsnReaderOptions",
"kind": "Struct",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReaderOptions::UtcTimeTwoDigitYearMax:System.Int32",
"clrName": "UtcTimeTwoDigitYearMax",
"tsEmitName": "UtcTimeTwoDigitYearMax",
"normalizedSignature": "UtcTimeTwoDigitYearMax|:System.Int32|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReaderOptions::SkipSetSortOrderVerification:System.Boolean",
"clrName": "SkipSetSortOrderVerification",
"tsEmitName": "SkipSetSortOrderVerification",
"normalizedSignature": "SkipSetSortOrderVerification|:System.Boolean|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnWriter\u002BScope",
"clrName": "System.Formats.Asn1.AsnWriter\u002BScope",
"tsEmitName": "AsnWriter_Scope",
"kind": "Struct",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnWriter\u002BScope::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose$view",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.IDisposable",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnContentException",
"clrName": "System.Formats.Asn1.AsnContentException",
"tsEmitName": "AsnContentException",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"clrName": "GetObjectData",
"tsEmitName": "GetObjectData$view",
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"sourceInterface": "System.Runtime.Serialization.ISerializable",
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnContentException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"clrName": "GetObjectData",
"tsEmitName": "GetObjectData",
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"provenance": "BaseOverload",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0
},
{
"normalizedSignature": "constructor|(System.String):void|static=false",
"isStatic": false,
"parameterCount": 1
},
{
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
"isStatic": false,
"parameterCount": 2
}
]
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader",
"clrName": "System.Formats.Asn1.AsnReader",
"tsEmitName": "AsnReader",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ThrowIfNotEmpty():System.Void",
"clrName": "ThrowIfNotEmpty",
"tsEmitName": "ThrowIfNotEmpty",
"normalizedSignature": "ThrowIfNotEmpty|():System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::PeekTag():System.Formats.Asn1.Asn1Tag",
"clrName": "PeekTag",
"tsEmitName": "PeekTag",
"normalizedSignature": "PeekTag|():System.Formats.Asn1.Asn1Tag|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::PeekEncodedValue():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "PeekEncodedValue",
"tsEmitName": "PeekEncodedValue",
"normalizedSignature": "PeekEncodedValue|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::PeekContentBytes():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "PeekContentBytes",
"tsEmitName": "PeekContentBytes",
"normalizedSignature": "PeekContentBytes|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::ReadEncodedValue():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "ReadEncodedValue",
"tsEmitName": "ReadEncodedValue",
"normalizedSignature": "ReadEncodedValue|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnReader::Clone():System.Formats.Asn1.AsnReader",
"clrName": "Clone",
"tsEmitName": "Clone",
"normalizedSignatu