Enum CredentialUsage
What kind of usage is this credential for This Enum is used by: Credentials.isActive
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
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<SuperOffice.Data.CredentialUsage, To>()