SamlCondition 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 condition that must be taken into account when assessing the validity of a SAML assertion.
public ref class SamlCondition abstract
public abstract class SamlCondition
type SamlCondition = class
Public MustInherit Class SamlCondition
- Inheritance
-
SamlCondition
- Derived
Remarks
SamlSecurityToken security tokens specify their claims using SAML assertions and a set of conditions that must be taken into account when assessing the validity of the SAML assertion. The SamlCondition class represents a single condition. An example of a condition is whether the SAML assertion must not be cached, which is represented by the SamlDoNotCacheCondition class.
The SAML specification defines two conditions and it allows for the set of conditions to be extended. The two conditions defined by the SAML specification are SamlAudienceRestrictionCondition and SamlDoNotCacheCondition. To define a new condition, derive a class from the SamlCondition class.
Constructors
SamlCondition() |
Initializes a new instance of the SamlCondition class. |
Properties
IsReadOnly |
When overridden in a derived class, gets a value indicating whether the properties of this instance are read-only. |
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) |
MakeReadOnly() |
When overridden in a derived class, 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 condition from the specified XML reader. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer) |
When overridden in a derived class, writes the condition into the specified XML serializer. |