SamlStatement 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 a claim for a SamlSecurityToken security token.
public ref class SamlStatement abstract
public abstract class SamlStatement
type SamlStatement = class
Public MustInherit Class SamlStatement
- Inheritance
-
SamlStatement
- Derived
Remarks
SamlSecurityToken security tokens specify their claims using SAML assertions, which can specify when the subject was authenticated. The claims in a SAML assertion are represented by SAML statements, which are represented by the SamlStatement class.
The SAML specification defines the following statement types:
Constructors
SamlStatement() |
Initializes a new instance of the SamlStatement class. |
Properties
IsReadOnly |
When overridden in a derived class, gets a value that indicates whether the properties of this instance are read-only. |
Methods
CreatePolicy(ClaimSet, SamlSecurityTokenAuthenticator) |
Creates an authorization policy for a SamlSecurityToken security token. |
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) |
MakeReadOnly() |
Causes this instance to be read-only. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ReadXml(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver) |
When overridden in a derived class, reads the SAML statement from the specified XML reader. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer) |
Writes the SAML statement into the specified XML serializer. |