PassportPrincipal 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.
表示一个经过 Passport 身份验证的主体。 此类已弃用。
public ref class PassportPrincipal sealed : System::Security::Principal::GenericPrincipal
public sealed class PassportPrincipal : System.Security.Principal.GenericPrincipal
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public sealed class PassportPrincipal : System.Security.Principal.GenericPrincipal
type PassportPrincipal = class
inherit GenericPrincipal
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportPrincipal = class
inherit GenericPrincipal
Public NotInheritable Class PassportPrincipal
Inherits GenericPrincipal
- 继承
- 继承
- 属性
注解
此类已被弃用,不再受支持。 Microsoft Passport Network 已替换为 Windows Live ID。
构造函数
PassportPrincipal(PassportIdentity, String[]) |
通过 PassportPrincipal 实例和角色名称数组(PassportIdentity 表示的用户属于该数组)初始化 PassportIdentity 类的新实例。 此类已弃用。 |
属性
Claims |
获取包含所有声明的集合,这些声明来自于与此声明主体关联的所有声明标识符。 (继承自 ClaimsPrincipal) |
CustomSerializationData |
包含派生类型提供的任何其他数据。 通常在调用 WriteTo(BinaryWriter, Byte[]) 时设置。 (继承自 ClaimsPrincipal) |
Identities |
获取一个集合,该集合包含与此声明主体关联的所有声明标识。 (继承自 ClaimsPrincipal) |
Identity |
获取当前 GenericIdentity 表示的用户的 GenericPrincipal。 (继承自 GenericPrincipal) |