SecurityKeyToString Method |
Returns a non-null, non-empty string indicating that this is a
SecurityKey object, but not giving any indication
as to what the security key actually is.
Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
StringRemarks
The string security key is not returned to reduce the chances of
it appearing accidentally in log files and the like.
If you do need to display the security key as a string, you can call
ToStringKey.
See Also