Windward Engine API Reference
WsTrustAuthenticator Constructor
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders.utils.adfs Namespace > WsTrustAuthenticator Class : WsTrustAuthenticator Constructor




authorityUri
relyingParty

Glossary Item Box

Syntax

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

See Also

© 2019 All Rights Reserved.