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)
79
internal static
RecipientIdentifierAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
85
DecodeCore(ref reader, encoded, out
RecipientIdentifierAsn
decoded);
95
internal static void Decode(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out
RecipientIdentifierAsn
decoded)
107
private static void DecodeCore(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out
RecipientIdentifierAsn
decoded)