8 references to KeyAgreeRecipientIdentifierAsn
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (2)
41
KeyAgreeRecipientIdentifierAsn
rid = _asn.RecipientEncryptedKeys[_index].Rid;
65
KeyAgreeRecipientIdentifierAsn
rid = _asn.RecipientEncryptedKeys[_index].Rid;
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (4)
64
internal static
KeyAgreeRecipientIdentifierAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
70
DecodeCore(ref reader, encoded, out
KeyAgreeRecipientIdentifierAsn
decoded);
80
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
KeyAgreeRecipientIdentifierAsn
decoded)
92
private static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
KeyAgreeRecipientIdentifierAsn
decoded)
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (2)
14
internal System.Security.Cryptography.Pkcs.Asn1.
KeyAgreeRecipientIdentifierAsn
Rid;
77
System.Security.Cryptography.Pkcs.Asn1.
KeyAgreeRecipientIdentifierAsn
.Decode(ref sequenceReader, rebind, out decoded.Rid);