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)
280if (scope.EncryptingCredentials != null && 281scope.EncryptingCredentials.SecurityKey is AsymmetricSecurityKey 288d.EncryptingCredentials = new EncryptedKeyEncryptingCredentials(scope.EncryptingCredentials, 256, SecurityAlgorithms.Aes256Encryption); 339if (scope.EncryptingCredentials != null && 340!(scope.EncryptingCredentials.SecurityKey is AsymmetricSecurityKey)) 346EncryptingCredentials targetWrappingCredentials = scope.EncryptingCredentials;