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!

CookieAuthentication.HashPasswordForStoringInConfigFile

[To be supplied.]

[Visual Basic]
Public Function HashPasswordForStoringInConfigFile( _
   ByVal password As String, _
   ByVal passwordFormat As String _
) As String
[C#]
public string HashPasswordForStoringInConfigFile(
   string password,
   string passwordFormat
);
[C++]
public: String* HashPasswordForStoringInConfigFile(
   String* password,
   String* passwordFormat
);
[JScript]
public function HashPasswordForStoringInConfigFile(
   password : String,
   passwordFormat : String
) : String;

Parameters

password
[To be supplied.]
passwordFormat
[To be supplied.]

See Also

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