Calculates DIGEST-MD5 authentication compare value.
| C# | Visual Basic | Managed C++ |
public static string Digest_Md5 ( bool client_server, string realm, string userName, string password, string nonce, string cnonce, string digest_uri )
- client_server (Boolean)
- Specifies if client or server value calculated. Client and server has diffrent calculation method.
- realm (String)
- Use domain or machine name for this.
- userName (String)
- User name.
- password (String)
- Password.
- nonce (String)
- Server password tag.
- cnonce (String)
- Client password tag.
- digest_uri (String)
[Missing <param> documentation for "digest_uri"]
Returns value what must be used for comparing passwords.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)