Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn Struct Reference

Package Functions

readonly bool HasNullEquivalentParameters ()
 
readonly bool HasNullEquivalentParameters ()
 
void Encode (AsnWriter writer)
 
void Encode (AsnWriter writer, Asn1Tag tag)
 

Static Package Functions

static void Decode (ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out AlgorithmIdentifierAsn decoded)
 
static void Decode (ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out AlgorithmIdentifierAsn decoded)
 
static bool RepresentsNull (ReadOnlyMemory< byte >? parameters)
 
static void Decode (ref System.Formats.Asn1.AsnValueReader reader, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn decoded)
 
static void Decode (ref System.Formats.Asn1.AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn decoded)
 
static bool RepresentsNull (ReadOnlyMemory< byte >? parameters)
 
static System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn Decode (ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 
static System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn Decode (Asn1Tag expectedTag, ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 
static void Decode (ref System.Formats.Asn1.AsnValueReader reader, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn decoded)
 
static void Decode (ref System.Formats.Asn1.AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn decoded)
 

Package Attributes

string Algorithm
 
ReadOnlyMemory< byte >? Parameters
 

Static Package Attributes

static readonly ReadOnlyMemory< byte > ExplicitDerNull = new byte[2] { 5, 0 }
 

Static Private Member Functions

static void DecodeCore (ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out AlgorithmIdentifierAsn decoded)
 
static void DecodeCore (ref System.Formats.Asn1.AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn decoded)
 
static void DecodeCore (ref System.Formats.Asn1.AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn decoded)
 

Detailed Description

Definition at line 5 of file AlgorithmIdentifierAsn.cs.


The documentation for this struct was generated from the following files: