6 writes to HashAlgorithm
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (6)
83HashAlgorithm = hashAlgorithm; 110HashAlgorithm = hashAlgorithm; 143HashAlgorithm = hashAlgorithm; 179HashAlgorithm = hashAlgorithm; 317HashAlgorithm = hashAlgorithm; 351HashAlgorithm = hashAlgorithm;
11 references to HashAlgorithm
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (11)
444/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 461if (string.IsNullOrEmpty(HashAlgorithm.Name) && 507return requestInfo.ToPkcs10Request(signatureGenerator, HashAlgorithm); 591/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 711/// for <see cref="HashAlgorithm"/>, but this object was created without one being provided. 769/// for <see cref="HashAlgorithm"/>, but this object was created without one being provided. 910/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 955/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 973if (string.IsNullOrEmpty(HashAlgorithm.Name) && 979byte[] signatureAlgorithm = generator.GetSignatureAlgorithmIdentifier(HashAlgorithm); 1050SignatureValue = generator.SignData(encodedTbsCertificate, HashAlgorithm),