Click or drag to resize

AutoRefreshSecurityTokenTProxy, TService Class

Class that wraps acquiring the security token for a service
Inheritance Hierarchy
SystemObject
  Crm.MSCrmServiceAutoRefreshSecurityTokenTProxy, TService

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class AutoRefreshSecurityToken<TProxy, TService>
where TProxy : ServiceProxy<TService>
where TService : class

Type Parameters

TProxy
TService

The AutoRefreshSecurityTokenTProxy, TService type exposes the following members.

Constructors
 NameDescription
Public methodAutoRefreshSecurityTokenTProxy, TService Instantiates an instance of the proxy class
Top
Methods
 NameDescription
Public methodAuthenticateDevice Authenticates the device token
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPrepareCredentials Prepares authentication before authen6ticated
Public methodRenewTokenIfRequired Renews the token (if it is near expiration or has expired)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also