This class is the basis for authenticating credentials within a domain.
Inheritance Hierarchy
org.opendof.core.oalDOFAuthenticator
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class DOFAuthenticator
The DOFAuthenticator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | createSessionKey |
Create a random session key that is suitable for long-term use as either
a shared secret or a session key.
|
![]() | destroy | Destroys an authenticator. |
![]() | Equals | (Inherited from Object.) |
![]() | getDomainID | Return the domain identifier for the authenticator. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getState | Get the current instantaneous state of the authenticator. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also
Reference
Builder