DataProtectionSecurityStateEncoder 클래스

정의

Windows DataProtection API 기능을 사용하여 보안 상태에 대한 인코딩 및 디코딩 메커니즘을 제공합니다.

public ref class DataProtectionSecurityStateEncoder : System::ServiceModel::Security::SecurityStateEncoder
public class DataProtectionSecurityStateEncoder : System.ServiceModel.Security.SecurityStateEncoder
type DataProtectionSecurityStateEncoder = class
    inherit SecurityStateEncoder
Public Class DataProtectionSecurityStateEncoder
Inherits SecurityStateEncoder
상속
DataProtectionSecurityStateEncoder

설명

이 클래스로 인코딩에 의해 표시 된 대로 보안 상태를 상태 저장 보안 컨텍스트 토큰 메시지를 보낼 때 및 받는 사람에 메시지가 도착할 때 보안 컨텍스트를 디코딩.

인코딩은 사용자 계정으로 실행 중인 프로세스가 보안 상태를 디코딩할 수 있는 경우 현재 사용자 범위에 있을 수 있고 또는 컴퓨터에서 실행 중인 모든 프로세스가 보안 상태를 디코딩하는 경우 로컬 컴퓨터 범위에 있을 수 있습니다. 기본적으로 인코딩은 현재 사용자 범위에 있습니다.

이 클래스에서 보안 상태를 보낼 때 서버에서 사용 되는 상태 저장 보안 컨텍스트 토큰 클라이언트에 발급 합니다.

DataProtection 범위를 기반으로 CurrentUser을 사용하려면 현재 사용자에게 사용자 프로필이 있어야 합니다. 사용자가 로밍 프로필을 가질 경우 어떤 컴퓨터에서 실행 중인 사용자 프로세스에 의해 인코딩된 보안 상태는 다른 컴퓨터에서 실행 중인 사용자 프로세스에 의해 디코딩될 수 있습니다.

생성자

DataProtectionSecurityStateEncoder()

이 클래스의 새 인스턴스를 초기화합니다.

DataProtectionSecurityStateEncoder(Boolean)

이 클래스의 새 인스턴스를 초기화합니다.

DataProtectionSecurityStateEncoder(Boolean, Byte[])

이 클래스의 새 인스턴스를 초기화합니다.

속성

UseCurrentUserProtectionScope

현재 사용자 보호 범위를 사용할지 여부를 나타내는 값을 가져옵니다.

메서드

DecodeSecurityState(Byte[])

보안 상태를 디코딩합니다.

EncodeSecurityState(Byte[])

보안 상태를 인코딩합니다.

Equals(Object)

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

(다음에서 상속됨 Object)
GetEntropy()

이 인코더의 무작위성을 나타냅니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

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

(다음에서 상속됨 Object)
MemberwiseClone()

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

(다음에서 상속됨 Object)
ToString()

현재 DataProtectionSecurityStateEncoder 인스턴스를 나타내는 문자열을 반환합니다.

적용 대상