Click or drag to resize

SOCredentials Interface

ICredentials Interface - collection of passwords.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOCredentials : ICredentials

The SOCredentials type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count - returns the number of items in the collection
(Inherited from ICredentials.)
Public propertyEmpty
Returns true if the collection is empty. i.e. if it contains no elements
(Inherited from ICredentials.)
Public propertyItem (Inherited from ICredentials.)
Top
Methods
  NameDescription
Public method_Clear
Remove all the elements in the collection
(Inherited from ICredentials.)
Public method_Remove
Remove an item by id
(Inherited from ICredentials.)
Public methodExists
Returns true if the given item exists in the collection
(Inherited from ICredentials.)
Public methodGetEnumerator (Inherited from ICredentials.)
Top
See Also