ISecurityCapabilities インターフェイス

定義

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

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

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

プロパティ

SupportedRequestProtectionLevel

バインドがサポートする保護レベル要求を取得します。

SupportedResponseProtectionLevel

バインドがサポートする保護レベル応答を取得します。

SupportsClientAuthentication

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

SupportsClientWindowsIdentity

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

SupportsServerAuthentication

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

適用対象