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 物件。
備註
使用這個類別,取得執行階段安全性內容的相關資訊。 安全性內容會在用戶端成功通過驗證時建立。 從這個類別的執行個體,可以取得用戶端及目前服務執行個體的安全性資訊。
這個類別的常見用法是擷取目前的一組宣告,以便在用戶端存取某個方法時提供授權。