9 references to RecipientKeyIdentifier
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (3)
15internal System.Security.Cryptography.Pkcs.Asn1.RecipientKeyIdentifier? RKeyId; 106System.Security.Cryptography.Pkcs.Asn1.RecipientKeyIdentifier tmpRKeyId; 107System.Security.Cryptography.Pkcs.Asn1.RecipientKeyIdentifier.Decode(ref reader, new Asn1Tag(TagClass.ContextSpecific, 0), rebind, out tmpRKeyId);
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (6)
43internal static RecipientKeyIdentifier Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 48internal static RecipientKeyIdentifier Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 54DecodeCore(ref reader, expectedTag, encoded, out RecipientKeyIdentifier decoded); 64internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out RecipientKeyIdentifier decoded) 69internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out RecipientKeyIdentifier decoded) 81private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out RecipientKeyIdentifier decoded)