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 public 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 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