WsFederationConfiguration.Resource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要在 WS-同盟登入要求 ("wsignin1.0") 中使用的 wres 參數值。
public:
property System::String ^ Resource { System::String ^ get(); void set(System::String ^ value); };
public string Resource { get; set; }
member this.Resource : string with get, set
Public Property Resource As String
屬性值
用來向 Security Token Service (STS) 識別所存取之資源 (信賴憑證者 (RP)) 的 URI。 預設為空字串。
備註
應該使用 由 屬性設定的 Realm wtrealm 參數,而不是此參數。