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