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

속성 값

String

wfed 매개 변수의 값입니다. 이는 URI로 지정되었습니다.

설명

Wfed 매개 변수는 메시지에 대 한 페더레이션 컨텍스트를 지정 합니다. Wfed 매개 변수는 선택 사항입니다. 로 설정 합니다 Federation 속성 null 또는 메시지의 wfed 매개 변수를 제거 하려면 빈 문자열입니다.

적용 대상