Saml2AttributeStatement 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 specified in [Saml2Core, 2.7.3].
public ref class Saml2AttributeStatement : System::IdentityModel::Tokens::Saml2Statement
public class Saml2AttributeStatement : System.IdentityModel.Tokens.Saml2Statement
type Saml2AttributeStatement = class
inherit Saml2Statement
Public Class Saml2AttributeStatement
Inherits Saml2Statement
- Inheritance
Remarks
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Constructors
Saml2AttributeStatement() |
Initializes a new instance of the Saml2AttributeStatement class with no attributes. |
Saml2AttributeStatement(IEnumerable<Saml2Attribute>) |
Initializes a new instance of the Saml2AttributeStatement class. |
Saml2AttributeStatement(Saml2Attribute) |
Initializes a new instance of the Saml2AttributeStatement class. |
Properties
Attributes |
Gets the collection of attributes contained in the attribute statement. These attributes are associated with the assertion subject. [Saml2Core, 2.7.3] |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |