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