SecurityMessageProperty.ServiceSecurityContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメッセージの ServiceSecurityContext を取得または設定します。
public:
property System::ServiceModel::ServiceSecurityContext ^ ServiceSecurityContext { System::ServiceModel::ServiceSecurityContext ^ get(); void set(System::ServiceModel::ServiceSecurityContext ^ value); };
public System.ServiceModel.ServiceSecurityContext ServiceSecurityContext { get; set; }
member this.ServiceSecurityContext : System.ServiceModel.ServiceSecurityContext with get, set
Public Property ServiceSecurityContext As ServiceSecurityContext
プロパティ値
このメッセージの ServiceSecurityContext オブジェクト。
注釈
ランタイム セキュリティ コンテキストに関する情報を取得するには、このクラスを使用します。 クライアントが正常に認証されると、セキュリティ コンテキストが作成されます。 クライアントと現在のサービス インスタンスのセキュリティ情報は、このクラスのインスタンスから取得できます。
このクラスの一般的な用途は、メソッドにアクセスするときにクライアントを承認する目的で、現在の要求セットを取得することです。