| SaslMethodIsFipsCompliant Method | 
            Denotes if this authentication method is FIPS-compliant.
            
 
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic virtual bool IsFipsCompliant()
Public Overridable Function IsFipsCompliant As Boolean
Return Value
Type: 
Booleantrue if the method is FIPS-compliant; otherwise, 
false. >By default, returns 
true.
 Remarks
RemarksOverride 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
See Also