15 references to Aes256Encryption
System.IdentityModel (12)
System\IdentityModel\CryptoHelper.cs (7)
472
case SecurityAlgorithms.
Aes256Encryption
:
500
case SecurityAlgorithms.
Aes256Encryption
:
609
case SecurityAlgorithms.
Aes256Encryption
:
685
case SecurityAlgorithms.
Aes256Encryption
:
931
case SecurityAlgorithms.
Aes256Encryption
:
988
case SecurityAlgorithms.
Aes256Encryption
:
1202
case SecurityAlgorithms.
Aes256Encryption
:
System\IdentityModel\SecurityTokenService.cs (3)
284
if ((request.EncryptionAlgorithm == null || request.EncryptionAlgorithm == SecurityAlgorithms.
Aes256Encryption
) &&
285
(request.SecondaryParameters == null || request.SecondaryParameters.EncryptionAlgorithm == null || request.SecondaryParameters.EncryptionAlgorithm == SecurityAlgorithms.
Aes256Encryption
)
288
d.EncryptingCredentials = new EncryptedKeyEncryptingCredentials(scope.EncryptingCredentials, 256, SecurityAlgorithms.
Aes256Encryption
);
System\IdentityModel\Tokens\SecurityAlgorithms.cs (1)
45
internal const string DefaultEncryptionAlgorithm =
Aes256Encryption
;
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
154
case SecurityAlgorithms.
Aes256Encryption
:
System.IdentityModel.Selectors (1)
infocard\common\managed\InfoCardCryptoHelper.cs (1)
40
case SecurityAlgorithms.
Aes256Encryption
:
System.ServiceModel (2)
System\ServiceModel\Security\CryptoHelper.cs (2)
215
case SecurityAlgorithms.
Aes256Encryption
:
316
case SecurityAlgorithms.
Aes256Encryption
: