PassportPrincipal 클래스

정의

주의

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
상속
상속
PassportPrincipal
특성

설명

이 클래스는 더 이상 사용되지 않으며 더 이상 지원되지 않습니다. Microsoft Passport Network가 Windows 라이브 ID로 대체되었습니다.

생성자

Name Description
PassportPrincipal(PassportIdentity, String[])
사용되지 않음.

인스턴스에서 PassportPrincipal 클래스의 PassportIdentity 새 인스턴스를 초기화하고 해당 사용자가 속한 PassportIdentity 역할 이름의 배열을 초기화합니다. 이 클래스는 더 이상 사용되지 않습니다.

속성

Name Description
Claims
사용되지 않음.

이 클레임 보안 주체와 연결된 모든 클레임 ID의 모든 클레임을 포함하는 컬렉션을 가져옵니다.

(다음에서 상속됨 ClaimsPrincipal)
CustomSerializationData
사용되지 않음.

파생 형식에서 제공하는 추가 데이터를 포함합니다. 일반적으로 호출 WriteTo(BinaryWriter, Byte[])할 때 설정합니다.

(다음에서 상속됨 ClaimsPrincipal)
Identities
사용되지 않음.

이 클레임 보안 주체와 연결된 모든 클레임 ID를 포함하는 컬렉션을 가져옵니다.

(다음에서 상속됨 ClaimsPrincipal)
Identity
사용되지 않음.

현재GenericIdentityGenericPrincipal 표시되는 사용자의 값을 가져옵니다.

(다음에서 상속됨 GenericPrincipal)

메서드

Name Description
AddIdentities(IEnumerable<ClaimsIdentity>)
사용되지 않음.

지정된 클레임 ID를 이 클레임 보안 주체에 추가합니다.

(다음에서 상속됨 ClaimsPrincipal)
AddIdentity(ClaimsIdentity)
사용되지 않음.

지정된 클레임 ID를 이 클레임 보안 주체에 추가합니다.

(다음에서 상속됨 ClaimsPrincipal)
Clone()
사용되지 않음.

이 인스턴스의 복사본을 반환합니다.

(다음에서 상속됨 ClaimsPrincipal)
CreateClaimsIdentity(BinaryReader)
사용되지 않음.

새 클레임 ID를 만듭니다.

(다음에서 상속됨 ClaimsPrincipal)
Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
FindAll(Predicate<Claim>)
사용되지 않음.

지정된 조건자에서 일치하는 모든 클레임을 검색합니다.

(다음에서 상속됨 ClaimsPrincipal)
FindAll(String)
사용되지 않음.

지정된 클레임 유형이 있는 모든 클레임 또는 클레임을 검색합니다.

(다음에서 상속됨 ClaimsPrincipal)
FindFirst(Predicate<Claim>)
사용되지 않음.

지정된 조건자에서 일치하는 첫 번째 클레임을 검색합니다.

(다음에서 상속됨 ClaimsPrincipal)
FindFirst(String)
사용되지 않음.

지정된 클레임 유형을 사용하여 첫 번째 클레임을 검색합니다.

(다음에서 상속됨 ClaimsPrincipal)
GetHashCode()
사용되지 않음.

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetObjectData(SerializationInfo, StreamingContext)
사용되지 않음.

현재 SerializationInfo 개체를 ClaimsPrincipal serialize하는 데 필요한 데이터로 채웁니다.

(다음에서 상속됨 ClaimsPrincipal)
GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
HasClaim(Predicate<Claim>)
사용되지 않음.

이 클레임 보안 주체와 연결된 클레임 ID에 지정된 조건자에서 일치하는 클레임이 포함되어 있는지 여부를 확인합니다.

(다음에서 상속됨 ClaimsPrincipal)
HasClaim(String, String)
사용되지 않음.

이 클레임 보안 주체와 연결된 클레임 ID에 지정된 클레임 유형 및 값이 있는 클레임이 포함되어 있는지 여부를 확인합니다.

(다음에서 상속됨 ClaimsPrincipal)
IsInRole(String)
사용되지 않음.

현재 GenericPrincipal 가 지정된 역할에 속하는지 여부를 확인합니다.

(다음에서 상속됨 GenericPrincipal)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
WriteTo(BinaryWriter, Byte[])
사용되지 않음.

를 사용하여 BinaryWriter직렬화합니다.

(다음에서 상속됨 ClaimsPrincipal)
WriteTo(BinaryWriter)
사용되지 않음.

를 사용하여 BinaryWriter직렬화합니다.

(다음에서 상속됨 ClaimsPrincipal)

적용 대상