SamlAssertion.Statements Property
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.
Gets the IList<T>(s) regarding the subject.
public System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.Saml.SamlStatement> Statements { get; }
member this.Statements : System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.Saml.SamlStatement>
Public ReadOnly Property Statements As IList(Of SamlStatement)