DomainKeys Constructor (Boolean)
Initializes a new instance of DomainKeys class for use in web applications.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DomainKeys(
	bool isWebApp
)

Parameters

isWebApp
Type: SystemBoolean
Must be true if your application is a web (ASP.NET) application. Otherwise, false.
Remarks
Web applications use CryptoAPI in a different way. Thus, this overload allows you to specify if your code is a web application.
See Also