1 instantiation of Saml2Advice
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
2479Saml2Advice advice = new Saml2Advice();
13 references to Saml2Advice
System.IdentityModel (13)
System\IdentityModel\Tokens\Saml2Advice.cs (3)
33/// Gets a collection of <see cref="Saml2Id"/> representating the assertions in the <see cref="Saml2Advice"/>. 41/// Gets a collection of <see cref="Saml2Assertion"/> representating the assertions in the <see cref="Saml2Advice"/>. 49/// Gets a collection of <see cref="Uri"/> representing the assertions in the <see cref="Saml2Advice"/>.
System\IdentityModel\Tokens\Saml2Assertion.cs (2)
18private Saml2Advice advice; 50public Saml2Advice Advice
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (8)
1037protected virtual Saml2Advice CreateAdvice(SecurityTokenDescriptor tokenDescriptor) 2462/// <param name="reader">A <see cref="XmlReader"/> positioned at a <see cref="Saml2Advice"/> element.</param> 2463/// <returns>A <see cref="Saml2Advice"/> instance.</returns> 2464protected virtual Saml2Advice ReadAdvice(XmlReader reader) 2479Saml2Advice advice = new Saml2Advice(); 2542/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Advice"/>.</param> 2543/// <param name="data">The <see cref="Saml2Advice"/> to serialize.</param> 2544protected virtual void WriteAdvice(XmlWriter writer, Saml2Advice data)