Show / Hide Table of Contents

Enum CredentialUsage

What kind of usage is this credential for This Enum is used by: Credentials.isActive

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum CredentialUsage : short

Fields

Name Description
Inbound

1: Credentials to be used for authentication into NetServer, by a related plugin

Outbound

0: Credentials saved on behalf of an external system, not for authentication into NetServer

Session

2: Session ticket, for re-authentication of an existing session (automatically purged at first full authentication after validity expiration)

Extension Methods

EnumUtil.MapEnums<CredentialUsage, To>(CredentialUsage)
Converters.MapEnums<CredentialUsage, To>(CredentialUsage)
ObjectExtensions.AssignByReflection<CredentialUsage>(CredentialUsage, CredentialUsage)
ObjectExtensions.GraphCopy<CredentialUsage>(CredentialUsage)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top