1 write to EncryptingCredentials
System.IdentityModel (1)
System\IdentityModel\SecurityTokenService.cs (1)
288d.EncryptingCredentials = new EncryptedKeyEncryptingCredentials(scope.EncryptingCredentials, 256, SecurityAlgorithms.Aes256Encryption);
6 references to EncryptingCredentials
System.IdentityModel (6)
System\IdentityModel\SecurityTokenService.cs (2)
721if (this.Scope.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null) 842if (this.Scope.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1508if (null != tokenDescriptor.EncryptingCredentials) 1510encryptingCredentials = tokenDescriptor.EncryptingCredentials;
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
184if (null != tokenDescriptor.EncryptingCredentials) 186encryptingCredentials = tokenDescriptor.EncryptingCredentials;