1 override of GetSubjectKeyIdentifier
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
33public override byte[] GetSubjectKeyIdentifier(X509Certificate2 certificate)
3 references to GetSubjectKeyIdentifier
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\PkcsHelpers.cs (1)
310byte[] candidateSki = PkcsPal.Instance.GetSubjectKeyIdentifier(cert);
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
266newSignerInfo.Sid.SubjectKeyIdentifier = PkcsPal.Instance.GetSubjectKeyIdentifier(Certificate!);
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (1)
118byte[] candidateSki = PkcsPal.Instance.GetSubjectKeyIdentifier(certificate);