1 write to KeyAttr
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (1)
101
decoded.
KeyAttr
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
4 references to KeyAttr
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (2)
81
if (rid.RKeyId.Value.Other.Value.
KeyAttr
!= null)
83
rawData = rid.RKeyId.Value.Other.Value.
KeyAttr
!.Value.Span;
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (2)
35
if (
KeyAttr
.HasValue)
39
writer.WriteEncodedValue(
KeyAttr
.Value.Span);