Base:
method
SetHashAlgorithm
System.Security.Cryptography.AsymmetricSignatureDeformatter.SetHashAlgorithm(System.String)
1 override of SetHashAlgorithm
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureDeformatter.cs (1)
36public override void SetHashAlgorithm(string strName)
2 references to SetHashAlgorithm
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
580rsaDeFormatter.SetHashAlgorithm(_hashingAlgorithm);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureDeformatter.cs (1)
38base.SetHashAlgorithm(strName);