1 instantiation of OriginatorInfoAsn
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
95
envelopedData.OriginatorInfo = new
OriginatorInfoAsn
9 references to OriginatorInfoAsn
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (3)
16
internal System.Security.Cryptography.Pkcs.Asn1.
OriginatorInfoAsn
? OriginatorInfo;
115
System.Security.Cryptography.Pkcs.Asn1.
OriginatorInfoAsn
tmpOriginatorInfo;
116
System.Security.Cryptography.Pkcs.Asn1.
OriginatorInfoAsn
.Decode(ref sequenceReader, new Asn1Tag(TagClass.ContextSpecific, 0), rebind, out tmpOriginatorInfo);
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (6)
63
internal static
OriginatorInfoAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
68
internal static
OriginatorInfoAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
74
DecodeCore(ref reader, expectedTag, encoded, out
OriginatorInfoAsn
decoded);
84
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
OriginatorInfoAsn
decoded)
89
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OriginatorInfoAsn
decoded)
101
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OriginatorInfoAsn
decoded)