Retrieve an association entry by the OpenID Provider Server URL
| C# | Visual Basic | Visual C++ |
Association FindByServer( string server )
Function FindByServer ( _ server As String _ ) As Association
Association^ FindByServer( String^ server )
- server (String)
- The server URL.
An Association object representing the stored association.