SaslMethodIsFipsCompliant Method
Denotes if this authentication method is FIPS-compliant.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public virtual bool IsFipsCompliant()

Return Value

Type: Boolean
true if the method is FIPS-compliant; otherwise, false. >By default, returns true.
Remarks
Override this method in case if its implementation uses weak algorithms like MD5 or RC4 which are not FIPS-compliant. Such methods will be discarded during authentication when FipsMode is enabled.
See Also