This documentation is archived and is not being maintained.
X509CertificateClaimSet Class
Visual Studio 2010
Represents a collection of claims extracted from an X.509 certificate that are associated with an entity.
System::Object
System.IdentityModel.Claims::ClaimSet
System.IdentityModel.Claims::X509CertificateClaimSet
System.IdentityModel.Claims::ClaimSet
System.IdentityModel.Claims::X509CertificateClaimSet
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The X509CertificateClaimSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | X509CertificateClaimSet | Initializes a new instance of the X509CertificateClaimSet class by using the specified X.509 certificate. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of X.509 certificate claims in this X509CertificateClaimSet object. (Overrides ClaimSet::Count.) |
![]() | ExpirationTime | Gets the expiration time for this X509CertificateClaimSet. |
![]() | Issuer | Gets the issuer for this X509CertificateClaimSet. (Overrides ClaimSet::Issuer.) |
![]() | Item | Gets the claim for the specified index. (Overrides ClaimSet::Item[Int32].) |
![]() | X509Certificate | Gets the X.509 certificate associated with this claim set. |
| Name | Description | |
|---|---|---|
![]() | ContainsClaim(Claim) | Determines whether the ClaimSet contains the specified Claim. (Inherited from ClaimSet.) |
![]() | ContainsClaim(Claim, IEqualityComparer<Claim>) | Determines whether the ClaimSet contains the specified Claim, by using the specified IEqualityComparer<T> object. (Inherited from ClaimSet.) |
![]() | Dispose | Releases all resources used by the X509CertificateClaimSet. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from 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.) |
![]() | FindClaims | Searches for the claim that matches the specified claim type and rights in the X509CertificateClaimSet. (Overrides ClaimSet::FindClaims(String, String).) |
![]() | GetEnumerator | Gets an IEnumerator<T> that can be used to enumerate the Windows claims in the X509CertificateClaimSet. (Overrides ClaimSet::GetEnumerator().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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 | Gets the number of X.509 certificate claims in this X509CertificateClaimSet object. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator | Gets an IEnumerator<T> that can be used to enumerate the Claim object in the ClaimSet. (Inherited from ClaimSet.) |
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.
Show:
