8 references to EncryptingCredentials
System.IdentityModel (8)
System\IdentityModel\Scope.cs (2)
138
/// be encrypted by <see cref="Scope.
EncryptingCredentials
"/>.
154
/// be encrypted by <see cref="Scope.
EncryptingCredentials
"/>.
System\IdentityModel\SecurityTokenService.cs (6)
280
if (scope.
EncryptingCredentials
!= null &&
281
scope.
EncryptingCredentials
.SecurityKey is AsymmetricSecurityKey
288
d.EncryptingCredentials = new EncryptedKeyEncryptingCredentials(scope.
EncryptingCredentials
, 256, SecurityAlgorithms.Aes256Encryption);
339
if (scope.
EncryptingCredentials
!= null &&
340
!(scope.
EncryptingCredentials
.SecurityKey is AsymmetricSecurityKey))
346
EncryptingCredentials targetWrappingCredentials = scope.
EncryptingCredentials
;