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