【发布时间】:2010-12-07 15:41:36
【问题描述】:
我开始使用 DotNetOpenAuth 并想了解 IAuthenticationRequest 接口的以下成员的用途以及应如何使用它们:
IsDelegatedIdentifier: bool
IsDirectedIdentity: bool
并从继承的 IHostProcessedRequest 接口:
Immediate: bool
请有人提供一个简短的解释?谢谢。
【问题讨论】:
-
另外,我的提供者为什么以及何时会收到 IAnonymousRequest 而不是 IAuthenticationRequest?
标签: openid dotnetopenauth openid-provider