IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Checks if two credential objects are equal.
Two credential objects are considered equal if
they represent the same identity and security information.
Namespace: IBM.WebSphere.Caching.SecurityAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- credential
- Type: IBM.WebSphere.Caching.Security ICredential
Specifies the object that is being tested for equality with the selected object.
Return Value
Returns true if both credential objects are equivalent.See Also