SamlAttributeStatement 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 AttributeStatement element.
public class SamlAttributeStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubjectStatement
type SamlAttributeStatement = class
inherit SamlSubjectStatement
Public Class SamlAttributeStatement
Inherits SamlSubjectStatement
- Inheritance
Constructors
SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>) |
Creates an instance of SamlAttributeStatement. |
SamlAttributeStatement(SamlSubject, SamlAttribute) |
Creates an instance of SamlAttributeStatement. |
Properties
Attributes |
Gets a collection of ICollection<T>. |
Subject |
Gets or sets the subject of the statement. (Inherited from SamlSubjectStatement) |