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