Returns an integer value representing the hash code for this CustomCredentials object.

Namespace:  FileNet.Api.Authentication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public MustOverride Function GetHashCode As Integer
C#
public abstract int GetHashCode()
Visual C++
public:
virtual int GetHashCode() abstract override
JavaScript
function getHashCode();

ToggleSee Also