25 references to RsaSha256Signature
System.IdentityModel (21)
System\IdentityModel\CryptoHelper.cs (5)
764AsymmetricAlgorithm algorithm = key.GetAsymmetricAlgorithm( SecurityAlgorithms.RsaSha256Signature, true ); 814AsymmetricAlgorithm algorithm = key.GetAsymmetricAlgorithm( SecurityAlgorithms.RsaSha256Signature, false ); 885case SecurityAlgorithms.RsaSha256Signature: 922case SecurityAlgorithms.RsaSha256Signature: 973case SecurityAlgorithms.RsaSha256Signature:
System\IdentityModel\SignedXml.cs (2)
82if (SecurityUtils.RequiresFipsCompliance && signatureMethod == SecurityAlgorithms.RsaSha256Signature) 192if (SecurityUtils.RequiresFipsCompliance && signatureMethod == SecurityAlgorithms.RsaSha256Signature)
System\IdentityModel\Tokens\RsaSecurityKey.cs (4)
100case SecurityAlgorithms.RsaSha256Signature: 143case SecurityAlgorithms.RsaSha256Signature: 187case SecurityAlgorithms.RsaSha256Signature: 266case SecurityAlgorithms.RsaSha256Signature:
System\IdentityModel\Tokens\SecurityAlgorithms.cs (1)
47internal const string DefaultAsymmetricSignatureAlgorithm = RsaSha256Signature;
System\IdentityModel\Tokens\SecurityKeyElement.cs (2)
108case SecurityAlgorithms.RsaSha256Signature: 146case SecurityAlgorithms.RsaSha256Signature:
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (7)
204case SecurityAlgorithms.RsaSha256Signature: 230case SecurityAlgorithms.RsaSha256Signature: 273case SecurityAlgorithms.RsaSha256Signature: 328case SecurityAlgorithms.RsaSha256Signature: 401case SecurityAlgorithms.RsaSha256Signature: 427if (!string.Equals(algorithm, SecurityAlgorithms.RsaSha256Signature)) 502case SecurityAlgorithms.RsaSha256Signature:
System.IdentityModel.Selectors (1)
infocard\common\managed\InfoCardCryptoHelper.cs (1)
23case SecurityAlgorithms.RsaSha256Signature:
System.ServiceModel (3)
System\ServiceModel\Security\CryptoHelper.cs (3)
123case SecurityAlgorithms.RsaSha256Signature: 207case SecurityAlgorithms.RsaSha256Signature: 301case SecurityAlgorithms.RsaSha256Signature: