3 writes to SubjectKeyIdentifier
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\SignerIdentifierAsn.xml.cs (2)
112
decoded.
SubjectKeyIdentifier
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
116
decoded.
SubjectKeyIdentifier
= reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
266
newSignerInfo.Sid.
SubjectKeyIdentifier
= PkcsPal.Instance.GetSubjectKeyIdentifier(Certificate!);
3 references to SubjectKeyIdentifier
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\SignerIdentifierAsn.xml.cs (2)
49
if (
SubjectKeyIdentifier
.HasValue)
54
writer.WriteOctetString(
SubjectKeyIdentifier
.Value.Span, new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (1)
44
: this(signerIdentifierAsn.IssuerAndSerialNumber, signerIdentifierAsn.
SubjectKeyIdentifier
)