1 instantiation of EncryptedSecurityToken
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
161token = new EncryptedSecurityToken(token, encryptingCredentials);
8 references to EncryptedSecurityToken
System.IdentityModel (8)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (8)
256/// Returns typeof <see cref="EncryptedSecurityToken"/> by default. 260get { return typeof(EncryptedSecurityToken); } 265/// associated with a <see cref="EncryptedSecurityToken"/>. 273/// Writes a <see cref="EncryptedSecurityToken"/> using the xmlWriter. 276/// <param name="token">The <see cref="SecurityToken"/> which must be an instance of <see cref="EncryptedSecurityToken"/>.</param> 279/// <exception cref="ArgumentException">The <see cref="SecurityToken"/> is not an instance of <see cref="EncryptedSecurityToken"/>.</exception> 296EncryptedSecurityToken encryptedToken = token as EncryptedSecurityToken;