DMTokenRepository Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy
SystemObject
  DMLibraryDMTokenRepository

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMTokenRepository : IDMTokenRepository

The DMTokenRepository type exposes the following members.

Constructors
NameDescription
Public methodDMTokenRepository(String)
Initializes a new instance of the DMTokenRepository class
Public methodDMTokenRepository(String, ISqlDataConnectionFactory)
Initializes a new instance of the DMTokenRepository class
Top
Properties
Methods
NameDescription
Public methodCreateOrReturnToken
Creates a new token
Public methodDeleteExpiredTokens
Delete expired or inactive tokens based on sessiontimeout in the prefetcher config and the tokenage in systemsettings. Both are in minutes for better precision.
Public methodGetToken(String, String, String)
Public methodGetToken(String, String, String, DMTokenParameters)
Top
Fields
See Also