SamlAdvice Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>, IEnumerable<SamlAssertion>) |
Creates an instance of SamlAdvice. |
SamlAdvice(IEnumerable<String>) |
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. |