| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal authorityUri As String, _ ByVal relyingParty As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim authorityUri As String Dim relyingParty As String Dim instance As New WsTrustAuthenticator(authorityUri, relyingParty) | |
| C# | |
|---|---|
public WsTrustAuthenticator( string authorityUri, string relyingParty ) | |
| Managed Extensions for C++ | |
|---|---|
public: WsTrustAuthenticator( string* authorityUri, string* relyingParty ) | |
| C++/CLI | |
|---|---|
public: WsTrustAuthenticator( String^ authorityUri, String^ relyingParty ) | |
Parameters
- authorityUri
- relyingParty
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family