1 write to Other
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (1)
110decoded.Other = tmpOther;
6 references to Other
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (4)
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\RecipientKeyIdentifier.xml.cs (2)
35if (Other.HasValue) 37Other.Value.Encode(writer);