SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

UseDigestAuth Property

Enables or disables the HTTP Digest authentication.

Syntax

public bool UseDigestAuth { get; set; }
Public Property UseDigestAuth As Boolean

Default Value

False

Remarks

Digest authentication is more advanced than the Basic scheme, as it does not send the username and password in plain text and is immune to replay attacks.

Digest authentication is standardized in RFC 2617.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]