6 references to RecipientIdentifierAsn
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (2)
15internal System.Security.Cryptography.Pkcs.Asn1.RecipientIdentifierAsn Rid; 87System.Security.Cryptography.Pkcs.Asn1.RecipientIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.Rid);
System\Security\Cryptography\Pkcs\Asn1\RecipientIdentifierAsn.xml.cs (4)
79internal static RecipientIdentifierAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 85DecodeCore(ref reader, encoded, out RecipientIdentifierAsn decoded); 95internal static void Decode(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out RecipientIdentifierAsn decoded) 107private static void DecodeCore(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out RecipientIdentifierAsn decoded)