11 references to KeyAgreeRecipientInfoAsn
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (2)
15private readonly KeyAgreeRecipientInfoAsn _asn; 18internal ManagedKeyAgreePal(KeyAgreeRecipientInfoAsn asn, int index)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (6)
54internal static KeyAgreeRecipientInfoAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 59internal static KeyAgreeRecipientInfoAsn Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 65DecodeCore(ref reader, expectedTag, encoded, out KeyAgreeRecipientInfoAsn decoded); 75internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out KeyAgreeRecipientInfoAsn decoded) 80internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out KeyAgreeRecipientInfoAsn decoded) 92private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out KeyAgreeRecipientInfoAsn decoded)
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (3)
15internal System.Security.Cryptography.Pkcs.Asn1.KeyAgreeRecipientInfoAsn? Kari; 106System.Security.Cryptography.Pkcs.Asn1.KeyAgreeRecipientInfoAsn tmpKari; 107System.Security.Cryptography.Pkcs.Asn1.KeyAgreeRecipientInfoAsn.Decode(ref reader, new Asn1Tag(TagClass.ContextSpecific, 1), rebind, out tmpKari);