1 write to RKeyId
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (1)
108
decoded.
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);
43
if (!rid.
RKeyId
.HasValue)
48
if (!rid.
RKeyId
.Value.Date.HasValue)
54
return rid.
RKeyId
.Value.Date.Value.LocalDateTime;
67
if (!rid.
RKeyId
.HasValue)
73
if (!rid.
RKeyId
.Value.Other.HasValue)
78
Oid oid = new Oid(rid.
RKeyId
.Value.Other.Value.KeyAttrId);
81
if (rid.
RKeyId
.Value.Other.Value.KeyAttr != null)
83
rawData = rid.
RKeyId
.Value.Other.Value.KeyAttr!.Value.Span;
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (2)
49
if (
RKeyId
.HasValue)
54
RKeyId
.Value.Encode(writer, new Asn1Tag(TagClass.ContextSpecific, 0));