Skip to main content

Class UntrustedCredentials

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UntrustedCredentials. Credentials for external authentication.

Inheritance

objectCarrierUntrustedCredentials

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

UntrustedCredentials()

Default constructor - defaults any enum props to 0.

Properties

Comment

Description of credentials. Max 255 characters.

Property Value

string

IsActive

Is this credentials currently active.

Property Value

bool

PublicValue

Data stored unencrypted in the db. Typically server and or username. Max 238 characters.

Property Value

string

SecretValue

Data stored encrypted in the db. Typically a password. Max 70 characters.

Property Value

string

ValidFrom

Credentials are valid from this date.

Property Value

DateTime

ValidTo

Credentials are valid to this date.

Property Value

DateTime

See Also

UserAgent