10 references to RecipientEncryptedKeyAsn
System.Security.Cryptography.Pkcs (10)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (4)
19
internal System.Security.Cryptography.Pkcs.Asn1.
RecipientEncryptedKeyAsn
[] RecipientEncryptedKeys;
135
var tmpList = new List<System.Security.Cryptography.Pkcs.Asn1.
RecipientEncryptedKeyAsn
>();
136
System.Security.Cryptography.Pkcs.Asn1.
RecipientEncryptedKeyAsn
tmpItem;
140
System.Security.Cryptography.Pkcs.Asn1.
RecipientEncryptedKeyAsn
.Decode(ref collectionReader, rebind, out tmpItem);
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (6)
31
internal static
RecipientEncryptedKeyAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
36
internal static
RecipientEncryptedKeyAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
42
DecodeCore(ref reader, expectedTag, encoded, out
RecipientEncryptedKeyAsn
decoded);
52
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
RecipientEncryptedKeyAsn
decoded)
57
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
RecipientEncryptedKeyAsn
decoded)
69
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
RecipientEncryptedKeyAsn
decoded)