3 references to EncryptedKeyEncryptingCredentials
System.IdentityModel (3)
System\IdentityModel\SecurityTokenService.cs (1)
288
d.EncryptingCredentials = new
EncryptedKeyEncryptingCredentials
(scope.EncryptingCredentials, 256, SecurityAlgorithms.Aes256Encryption);
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (2)
24
:
this
( new X509EncryptingCredentials( certificate ), SecurityAlgorithms.DefaultSymmetricKeyLength, SecurityAlgorithms.DefaultEncryptionAlgorithm )
37
:
this
( new X509EncryptingCredentials( certificate, keyWrappingAlgorithm ), keySizeInBits, encryptionAlgorithm )