Show / Hide Table of Contents

Class TemporaryKeyHelper

Inheritance
object
TemporaryKeyHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public static class TemporaryKeyHelper

Methods

CreateTemporaryKeyAsync(TemporaryKeyDomain, int, int, DateTime, string)

Declaration
public static Task<string> CreateTemporaryKeyAsync(TemporaryKeyDomain domain, int targetId, int personId, DateTime expires, string payload = "")
Parameters
Type Name Description
TemporaryKeyDomain domain
int targetId
int personId
DateTime expires
string payload
Returns
Type Description
Task<string>

DeleteTemporaryKeysAsync(TemporaryKeyDomain, int, CancellationToken)

Declaration
public static Task DeleteTemporaryKeysAsync(TemporaryKeyDomain domain, int personId, CancellationToken cancellationToken)
Parameters
Type Name Description
TemporaryKeyDomain domain
int personId
CancellationToken cancellationToken
Returns
Type Description
Task
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top