Returns an integer value representing the hash code for this CustomCredentials object.
Namespace:
FileNet.Api.AuthenticationAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |