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) |