Retrieve Authentication Provider Type Using Claimed Identifier

Matthewiee

New Member
I've browsed the documentation on DotNetOpenAuth and cannot find a method to retrieve the authentication provider type based off of the \[code\]ClaimedIdentifier\[/code\]. I'm looking for a method akin to the following:\[code\]ProviderType providerType = ClaimedIdentifier.Parse(" .... ").Type;\[/code\]Is there a method to retrieve the Provider Type?It'd be great to query DotNetOpenAuth to retrieve this information instead of maintaining a state variable in the application or passing the type as a query string parameter. Though, it is looking like this might be necessary...
 
Back
Top