Base:
method
SetHashAlgorithm
System.Security.Cryptography.AsymmetricSignatureFormatter.SetHashAlgorithm(System.String)
1 override of SetHashAlgorithm
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureFormatter.cs (1)
37public override void SetHashAlgorithm(string strName)
2 references to SetHashAlgorithm
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
553rsaFormatter.SetHashAlgorithm(_hashingAlgorithm);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureFormatter.cs (1)
39base.SetHashAlgorithm(strName);