NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PassportIdentity.AuthUrl

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Function AuthUrl(String, Integer, Boolean, String, Integer) As String
[C#] public string AuthUrl(String, int, bool, String, int);
[C++] public: String* AuthUrl(String*, int, bool, String*, int);
[JScript] public function AuthUrl(String, int, Boolean, String, int) : String;

[To be supplied.]

[Visual Basic] Overloads Public Function AuthUrl() As String
[C#] public string AuthUrl();
[C++] public: String* AuthUrl();
[JScript] public function AuthUrl() : String;

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace