15 references to RsaSha1Signature
System.IdentityModel (11)
System\IdentityModel\CryptoHelper.cs (3)
884
case SecurityAlgorithms.
RsaSha1Signature
:
921
case SecurityAlgorithms.
RsaSha1Signature
:
972
case SecurityAlgorithms.
RsaSha1Signature
:
System\IdentityModel\PreDigestedSignedInfo.cs (2)
256
this.rsaSha1Signature = encoding.GetBytes(SecurityAlgorithms.
RsaSha1Signature
);
286
else if (algorithm == SecurityAlgorithms.
RsaSha1Signature
)
System\IdentityModel\Tokens\RsaSecurityKey.cs (4)
98
case SecurityAlgorithms.
RsaSha1Signature
:
142
case SecurityAlgorithms.
RsaSha1Signature
:
186
case SecurityAlgorithms.
RsaSha1Signature
:
265
case SecurityAlgorithms.
RsaSha1Signature
:
System\IdentityModel\Tokens\SecurityKeyElement.cs (2)
107
case SecurityAlgorithms.
RsaSha1Signature
:
145
case SecurityAlgorithms.
RsaSha1Signature
:
System.IdentityModel.Selectors (1)
infocard\common\managed\InfoCardCryptoHelper.cs (1)
22
case SecurityAlgorithms.
RsaSha1Signature
:
System.ServiceModel (3)
System\ServiceModel\Security\CryptoHelper.cs (3)
116
case SecurityAlgorithms.
RsaSha1Signature
:
206
case SecurityAlgorithms.
RsaSha1Signature
:
300
case SecurityAlgorithms.
RsaSha1Signature
: