1 write to RKeyId
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (1)
108decoded.RKeyId = tmpRKeyId;
11 references to RKeyId
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (9)
33_asn.RecipientEncryptedKeys[_index].Rid.RKeyId?.SubjectKeyIdentifier); 43if (!rid.RKeyId.HasValue) 48if (!rid.RKeyId.Value.Date.HasValue) 54return rid.RKeyId.Value.Date.Value.LocalDateTime; 67if (!rid.RKeyId.HasValue) 73if (!rid.RKeyId.Value.Other.HasValue) 78Oid oid = new Oid(rid.RKeyId.Value.Other.Value.KeyAttrId); 81if (rid.RKeyId.Value.Other.Value.KeyAttr != null) 83rawData = rid.RKeyId.Value.Other.Value.KeyAttr!.Value.Span;
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (2)
49if (RKeyId.HasValue) 54RKeyId.Value.Encode(writer, new Asn1Tag(TagClass.ContextSpecific, 0));