1 instantiation of Saml2Advice
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
2479
Saml2Advice 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)
18
private
Saml2Advice
advice;
50
public
Saml2Advice
Advice
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (8)
1037
protected 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>
2464
protected virtual
Saml2Advice
ReadAdvice(XmlReader reader)
2479
Saml2Advice
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>
2544
protected virtual void WriteAdvice(XmlWriter writer,
Saml2Advice
data)