CaseSensitiveClaimsIdentity.FindAll(String) Method
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.
Retrieves a IEnumerable<T> where each Type equals type
.
public override System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> FindAll (string type);
override this.FindAll : string -> seq<System.Security.Claims.Claim>
Public Overrides Function FindAll (type As String) As IEnumerable(Of Claim)
Parameters
- type
- String
The type of the claim to match.
Returns
A IEnumerable<T> of matched claims.
Exceptions
if type
is null.
Remarks
Comparison is Ordinal.