X509CertificateClaimSet 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 collection of claims extracted from an X.509 certificate that are associated with an entity.
public ref class X509CertificateClaimSet : System::IdentityModel::Claims::ClaimSet, IDisposable
public class X509CertificateClaimSet : System.IdentityModel.Claims.ClaimSet, IDisposable
type X509CertificateClaimSet = class
inherit ClaimSet
interface IDisposable
Public Class X509CertificateClaimSet
Inherits ClaimSet
Implements IDisposable
- Inheritance
- Implements
Constructors
X509CertificateClaimSet(X509Certificate2) |
Initializes a new instance of the X509CertificateClaimSet class by using the specified X.509 certificate. |
Properties
Count |
Gets the number of X.509 certificate claims in this X509CertificateClaimSet object. |
ExpirationTime |
Gets the expiration time for this X509CertificateClaimSet. |
Issuer |
Gets the issuer for this X509CertificateClaimSet. |
Item[Int32] |
Gets the claim for the specified index. |
X509Certificate |
Gets the X.509 certificate associated with this claim set. |
Methods
ContainsClaim(Claim, IEqualityComparer<Claim>) |
Determines whether the ClaimSet contains the specified Claim, by using the specified IEqualityComparer<T> object. (Inherited from ClaimSet) |
ContainsClaim(Claim) |
Determines whether the ClaimSet contains the specified Claim. (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) |
FindClaims(String, String) |
Searches for the claim that matches the specified claim type and rights in the X509CertificateClaimSet. |
GetEnumerator() |
Gets an IEnumerator<T> that can be used to enumerate the Windows claims in the X509CertificateClaimSet. |
GetHashCode() |
Serves as the default hash function. (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. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an IEnumerator<T> that can be used to enumerate the Claim object in the ClaimSet. (Inherited from ClaimSet) |