ISecurityCapabilities 인터페이스

정의

바인딩에 대한 보안 기능을 지정하기 위한 계약을 정의합니다.

public interface class ISecurityCapabilities
public interface ISecurityCapabilities
type ISecurityCapabilities = interface
Public Interface ISecurityCapabilities

예제

전체 구현은 NetHttpBinding 샘플을 참조하세요.

속성

SupportedRequestProtectionLevel

바인딩에서 지원하는 보호 수준 요청을 가져옵니다.

SupportedResponseProtectionLevel

바인딩에서 지원하는 보호 수준 응답을 가져옵니다.

SupportsClientAuthentication

바인딩에서 클라이언트 인증을 지원하는지 여부를 나타내는 값을 가져옵니다.

SupportsClientWindowsIdentity

바인딩에서 Windows ID를 지원하는지 여부를 나타내는 값을 가져옵니다.

SupportsServerAuthentication

바인딩에서 서버 인증을 지원하는지 여부를 나타내는 값을 가져옵니다.

적용 대상