DOFCredentialsKey ClassOpenDOF Object Access Library
This class represents authentication using a preshared 256-bit key.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFCredentialsKey

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public sealed class Key

The DOFCredentialsKey type exposes the following members.

Methods

  NameDescription
Public methodStatic membercreate(DOFObjectIDAuthentication, Byte)
Construct Key credentials from an objectID and key.
Public methodStatic membercreate(DOFObjectIDDomain, DOFObjectIDAuthentication, Byte)
Construct Key credentials from an authentication domain, objectID and key.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class represents authentication using a preshared 256-bit key. There are two create methods, one that allows specifying the required authentication domain and another that leaves the domain up to the connection.
See Also

Reference