PrivacyNoticeBindingElement 클래스

정의

WS-Federation 바인딩에 대한 개인 정보 정책을 포함하는 바인딩 요소를 나타냅니다.

public ref class PrivacyNoticeBindingElement sealed : System::ServiceModel::Channels::BindingElement, System::ServiceModel::Description::IPolicyExportExtension
public sealed class PrivacyNoticeBindingElement : System.ServiceModel.Channels.BindingElement, System.ServiceModel.Description.IPolicyExportExtension
type PrivacyNoticeBindingElement = class
    inherit BindingElement
    interface IPolicyExportExtension
Public NotInheritable Class PrivacyNoticeBindingElement
Inherits BindingElement
Implements IPolicyExportExtension
상속
PrivacyNoticeBindingElement
구현

생성자

Name Description
PrivacyNoticeBindingElement()

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

PrivacyNoticeBindingElement(PrivacyNoticeBindingElement)

기존 요소에서 클래스의 PrivacyNoticeBindingElement 새 인스턴스를 초기화합니다.

속성

Name Description
Url

개인 정보 보호 알림이 있는 URI를 가져오거나 설정합니다.

Version

바인딩에 대한 개인 정보 알림 버전 번호를 가져오거나 설정합니다.

메서드

Name Description
BuildChannelFactory<TChannel>(BindingContext)

바인딩 컨텍스트에서 지정된 형식의 채널을 생성하기 위한 채널 팩터리를 초기화합니다.

(다음에서 상속됨 BindingElement)
BuildChannelListener<TChannel>(BindingContext)

바인딩 컨텍스트에서 지정된 형식의 채널을 허용하도록 채널 수신기를 초기화합니다.

(다음에서 상속됨 BindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)

바인딩 요소가 특정 유형의 채널에 대한 채널 팩터리를 빌드할 수 있는지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 BindingElement)
CanBuildChannelListener<TChannel>(BindingContext)

바인딩 요소가 특정 유형의 채널에 대한 수신기를 빌드할 수 있는지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 BindingElement)
Clone()

현재 바인딩 요소의 복사본을 만듭니다.

Equals(Object)

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

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

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

(다음에서 상속됨 Object)
GetProperty<T>(BindingContext)

바인딩 요소 스택을 쿼리하여 특정 인터페이스를 지원하는지 확인합니다.

GetType()

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

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

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

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

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

(다음에서 상속됨 Object)

명시적 인터페이스 구현

Name Description
IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext)

정책을 포함하는 바인딩 요소에서 개인 정보 보호 알림과 관련된 사용자 지정 정책 어설션을 내보냅니다.

적용 대상