Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

X509CertificateClaimSet.FindClaims(String, String) Method

Definition

Namespace:
System.IdentityModel.Claims
Assembly:
System.ServiceModel.Primitives.dll
Assembly:
System.IdentityModel.dll
Package:
System.ServiceModel.Primitives v10.0.652802
Source:
X509CertificateClaimSet.cs
Source:
X509CertificateClaimSet.cs
Source:
X509CertificateClaimSet.cs

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.

Searches for the claim that matches the specified claim type and rights in the X509CertificateClaimSet.

public:
 override System::Collections::Generic::IEnumerable<System::IdentityModel::Claims::Claim ^> ^ FindClaims(System::String ^ claimType, System::String ^ right);
public override System.Collections.Generic.IEnumerable<System.IdentityModel.Claims.Claim> FindClaims(string claimType, string right);
override this.FindClaims : string * string -> seq<System.IdentityModel.Claims.Claim>
Public Overrides Function FindClaims (claimType As String, right As String) As IEnumerable(Of Claim)
Public Iterator Overrides Function FindClaims (claimType As String, right As String) As IEnumerable(Of Claim)

Parameters

claimType
String

The uniform resource identifier (URI) of a claim type.

right
String

The URI of the right associated with the new claim.

Returns

A System.Collections.Generic.IEnumerable<Claim> object that enables you to enumerate the claims that match the specified criteria.

Applies to


Feedback

Was this page helpful?