WSFederationMessage(Uri, String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메시지가 적용되는 기본 URL과 수행할 동작(wa 메시지 매개 변수)에서 WSFederationMessage 클래스의 새 인스턴스를 초기화합니다.
public:
WSFederationMessage(Uri ^ baseUrl, System::String ^ action);
public WSFederationMessage (Uri baseUrl, string action);
new System.IdentityModel.Services.WSFederationMessage : Uri * string -> System.IdentityModel.Services.WSFederationMessage
Public Sub New (baseUrl As Uri, action As String)
매개 변수
- action
- String
메시지의 wa 매개 변수입니다. 수행할 작업을 지정합니다. 예를 들면 WS-Federation 로그인 요청에 대해 "wsignin1.0"을 지정합니다. Action 속성을 설정합니다.
예외
baseUri이(가) null인 경우
action이 null 또는 빈 문자열인 경우
baseUri가 올바른 절대 URI가 아닌 경우