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