17 references to X509SubjectKeyIdentifierHashAlgorithm
netstandard (1)
netstandard.cs (1)
1982[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
888[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm))]
System.Security.Cryptography (13)
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (13)
38: this(key, X509SubjectKeyIdentifierHashAlgorithm.Sha1, critical) 42public X509SubjectKeyIdentifierExtension(PublicKey key, X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) 154private static byte[] EncodeExtension(PublicKey key, X509SubjectKeyIdentifierHashAlgorithm algorithm) 163private static byte[] GenerateSubjectKeyIdentifierFromPublicKey(PublicKey key, X509SubjectKeyIdentifierHashAlgorithm algorithm) 167case X509SubjectKeyIdentifierHashAlgorithm.Sha1: 170case X509SubjectKeyIdentifierHashAlgorithm.ShortSha1: 186case X509SubjectKeyIdentifierHashAlgorithm.CapiSha1: 189case X509SubjectKeyIdentifierHashAlgorithm.Sha256: 191case X509SubjectKeyIdentifierHashAlgorithm.Sha384: 193case X509SubjectKeyIdentifierHashAlgorithm.Sha512: 195case X509SubjectKeyIdentifierHashAlgorithm.ShortSha256: 197case X509SubjectKeyIdentifierHashAlgorithm.ShortSha384: 199case X509SubjectKeyIdentifierHashAlgorithm.ShortSha512:
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
41X509SubjectKeyIdentifierHashAlgorithm.CapiSha1,
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
46[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm))]