SamlAdvice Class

Definition

Represents the Advice element specified in [Saml, 2.3.2.2].

public class SamlAdvice
type SamlAdvice = class
Public Class SamlAdvice
Inheritance
SamlAdvice

Remarks

This information MAY be ignored by applications without affecting either the semantics or the validity of the assertion.

Constructors

SamlAdvice()

Creates an instance of SamlAdvice.

SamlAdvice(IEnumerable<SamlAssertion>)

Creates an instance of SamlAdvice.

SamlAdvice(IEnumerable<String>)

Creates an instance of SamlAdvice.

SamlAdvice(IEnumerable<String>, IEnumerable<SamlAssertion>)

Creates an instance of SamlAdvice.

Properties

AssertionIdReferences

Gets a collection of ICollection<T> representing the assertions in the SamlAdvice.

Assertions

Gets a collection of ICollection<T> representating the assertions in the SamlAdvice.

Applies to