Table of Contents

Class UserTokenDecryptionService

Namespace: Casewhere.Runtime.DSL.Services
Assembly: Casewhere.Runtime.dll

public class UserTokenDecryptionService : IUserTokenDecryptionService

Inheritance

objectUserTokenDecryptionService

Implements

IUserTokenDecryptionService

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<UserTokenDecryptionService>(UserTokenDecryptionService)

Constructors

UserTokenDecryptionService(IEncryptionService)

public UserTokenDecryptionService(IEncryptionService encryptionService)

Parameters

encryptionService IEncryptionService

Methods

DecryptUserToken(string)

public UserToken DecryptUserToken(string cipherText)

Parameters

cipherText string

Returns

UserToken