ComponentSpace SAML Class Library Reference

ICondition Interface

Represents a condition.

[Visual Basic]
Public Interface ICondition
[C#]
public interface ICondition

Types that implement ICondition

Type Description
AudienceRestrictionCondition Represents an audience restriction condition.
DoNotCacheCondition Represents a do not cache condition.

Remarks

Refer to the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) V1.1 specification for further details.

Requirements

Namespace: ComponentSpace.SAML.Assertions

Assembly: ComponentSpace.SAML (in ComponentSpace.SAML.dll)

See Also

ComponentSpace.SAML.Assertions Namespace