1 write to KeyAttr
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (1)
101decoded.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)
81if (rid.RKeyId.Value.Other.Value.KeyAttr != null) 83rawData = rid.RKeyId.Value.Other.Value.KeyAttr!.Value.Span;
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (2)
35if (KeyAttr.HasValue) 39writer.WriteEncodedValue(KeyAttr.Value.Span);