Click or drag to resize

ServiceCredentials Class

Service credentials.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.ServiceServiceCredentials

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class ServiceCredentials : IServiceCredentials

The ServiceCredentials type exposes the following members.

Constructors
  NameDescription
Public methodServiceCredentials(String, Byte, HashAlgorithm)
Create service credentials object from login ID and login key as bytes.
Public methodServiceCredentials(String, String, HashAlgorithm)
Create service credentials object from login ID and login key as string.
Top
Properties
  NameDescription
Public propertyLoginId
Get login ID.
Public propertyLoginKey
Get login key.
Public propertyMacAlgorithm
MAC calculation algorithm of outgoing and incoming messages
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also