4 references to HashSubjectPublicKeyInfo
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (4)
188return HashSubjectPublicKeyInfo(key, HashAlgorithmName.SHA1); 190return HashSubjectPublicKeyInfo(key, HashAlgorithmName.SHA256); 192return HashSubjectPublicKeyInfo(key, HashAlgorithmName.SHA384); 194return HashSubjectPublicKeyInfo(key, HashAlgorithmName.SHA512);