6 writes to HashAlgorithm
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (6)
83HashAlgorithm = hashAlgorithm; 110HashAlgorithm = hashAlgorithm; 143HashAlgorithm = hashAlgorithm; 179HashAlgorithm = hashAlgorithm; 365HashAlgorithm = hashAlgorithm; 399HashAlgorithm = hashAlgorithm;
11 references to HashAlgorithm
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (11)
492/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 509if (string.IsNullOrEmpty(HashAlgorithm.Name) && 555return requestInfo.ToPkcs10Request(signatureGenerator, HashAlgorithm); 639/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 759/// for <see cref="HashAlgorithm"/>, but this object was created without one being provided. 817/// for <see cref="HashAlgorithm"/>, but this object was created without one being provided. 958/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 1003/// The signature generator requires a non-default value for <see cref="HashAlgorithm"/>, 1021if (string.IsNullOrEmpty(HashAlgorithm.Name) && 1027byte[] signatureAlgorithm = generator.GetSignatureAlgorithmIdentifier(HashAlgorithm); 1098SignatureValue = generator.SignData(encodedTbsCertificate, HashAlgorithm),