ISecurityCapabilities インターフェイス

定義

バインディングのセキュリティ機能を指定するためのコントラクトを定義します。

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

完全な実装については、 NetHttpBinding サンプルを 参照してください。

プロパティ

名前 説明
SupportedRequestProtectionLevel

バインディングでサポートされている保護レベルの要求を取得します。

SupportedResponseProtectionLevel

バインディングでサポートされている保護レベルの応答を取得します。

SupportsClientAuthentication

バインディングがクライアント認証をサポートしているかどうかを示す値を取得します。

SupportsClientWindowsIdentity

バインディングがクライアント Windows ID をサポートしているかどうかを示す値を取得します。

SupportsServerAuthentication

バインディングがサーバー認証をサポートしているかどうかを示す値を取得します。

適用対象