SamlAuthenticationClaimResource Class
Represents the resource type for a claim that is created from a SamlAuthenticationStatement.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SamlAuthenticationClaimResource type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SamlAuthenticationClaimResource(DateTime, String, String, String) | Initializes a new instance of the SamlAuthenticationClaimResource class using the specified instant in time, authentication method, DNS domain name, and IP address. |
![]() | SamlAuthenticationClaimResource(DateTime, String, String, String, IEnumerable<SamlAuthorityBinding>) | Initializes a new instance of the SamlAuthenticationClaimResource class using the specified instant in time, authentication method, DNS domain name, IP address, and reference to additional information. |
![]() | SamlAuthenticationClaimResource(DateTime, String, String, String, ReadOnlyCollection<SamlAuthorityBinding>) | Initializes a new instance of the SamlAuthenticationClaimResource class using the specified instant in time, authentication method, DNS domain name, IP address, and reference to additional information. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationInstant | Gets the instant in time at which the subject was authenticated. |
![]() | AuthenticationMethod | Gets or sets the method that was used to authenticate the subject. |
![]() | AuthorityBindings | Gets additional information about the subject. |
![]() | DnsAddress | Gets the DNS domain name in which the computer that authenticated the subject resides. |
![]() | IPAddress | Gets or sets the IP address of the computer that authenticated the subject. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether the instance is equal to the specified object. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for the SamlAuthenticationClaimResource. (Overrides Object::GetHashCode().) |
![]() | 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.) |
Use the SamlAuthenticationClaimResource class to create a Claim instance for a SamlSecurityToken authentication claim. The Claim class has a constructor that takes a resource, which this class can be passed to.
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. The SAML specification defines a set of SAML statement types and one of them is a SamlAuthenticationStatement. A SamlAuthenticationStatement asserts that the statement's subject is authenticated by a particular means at a particular time. The SamlAuthenticationClaimResource class represents a claim resource for the SamlAuthenticationStatement.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
