ICredentialsBase

Assembly: System;

Description

The ICredentialsBase interface contains basic properties and methods for working with platform user credentials.

Inheritance Hierarchy

ICredentialsBase

Comments

 

Properties

  Property name Brief description
Authentication The Authentication property returns authentication type used during connection with the current credentials.
SlotCount The SlotCount property returns the number of columns in the repository credentials table.
SlotName The SlotName property returns column name in the repository credentials table.
SlotValue The SlotValue property determines column value with the specified name in the repository credentials table.

Methods

  Method name Brief description
Assign The Assign method fills in user credentials with the credentials that are sent in the input parameter.

See also:

System Assembly Interfaces