SignInRequestMessage.Federation 属性

定义

获取或设置消息的 wfed 参数。

public:
 property System::String ^ Federation { System::String ^ get(); void set(System::String ^ value); };
public string Federation { get; set; }
member this.Federation : string with get, set
Public Property Federation As String

属性值

wfed 参数的值。 这被指定为 URI。

注解

wfed 参数指定消息的联合上下文。 wfed 参数是可选的。 设置为 Federation 属性 null 或空字符串以从消息中删除 wfed 参数。

适用于