Show / Hide Table of Contents

Class CredentialUsage

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

Inheritance
Object
CredentialUsage
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class CredentialUsage : Enum

Fields

Inbound

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

Declaration
public const CredentialUsage Inbound
Field Value
Type Description
CredentialUsage

Outbound

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

Declaration
public const CredentialUsage Outbound
Field Value
Type Description
CredentialUsage

Session

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

Declaration
public const CredentialUsage Session
Field Value
Type Description
CredentialUsage

value__

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

Declaration
public short value__
Field Value
Type Description
Int16

Extension Methods

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