WSFederationMessage 생성자
Initializes an instance of WSFederationMessage.
네임스페이스: Microsoft.IdentityModel.Protocols.WSFederation
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)
사용법
Dim baseUrl As Uri Dim action As String Dim instance As New WSFederationMessage(baseUrl, action)
구문
‘선언
Protected Sub New ( _
baseUrl As Uri, _
action As String _
)
protected WSFederationMessage (
Uri baseUrl,
string action
)
protected:
WSFederationMessage (
Uri^ baseUrl,
String^ action
)
protected WSFederationMessage (
Uri baseUrl,
String action
)
protected function WSFederationMessage (
baseUrl : Uri,
action : String
)
매개 변수
- baseUrl
- action
The action parameter of the message.
예외
예외 유형 | 조건 |
---|---|
ArgumentNullException | BaseUri is null. |
ArgumentException | Action parameter is either empty or null. |
플랫폼
개발 플랫폼
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
참고 항목
참조
WSFederationMessage 클래스
WSFederationMessage 멤버
Microsoft.IdentityModel.Protocols.WSFederation 네임스페이스