Show / Hide Table of Contents

Class UntrustedCredentials

Inheritance
object
UntrustedCredentials
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Security
Assembly: SoDataBase.dll
Syntax
public class UntrustedCredentials

Constructors

UntrustedCredentials()

Default constructor

Declaration
public UntrustedCredentials()

UntrustedCredentials(string, string)

Constructor

Declaration
public UntrustedCredentials(string publicValue, string secretValue)
Parameters
Type Name Description
string publicValue
string secretValue

UntrustedCredentials(string, string, DateTime, DateTime, bool)

Constructor

Declaration
public UntrustedCredentials(string publicValue, string secredValue, DateTime validFrom, DateTime validTo, bool isActive)
Parameters
Type Name Description
string publicValue

max 255 chars

string secredValue

value to encrypt. max 255 chars

DateTime validFrom

when is this credential active from

DateTime validTo

when is this credential active to

bool isActive

is this credential currently active

Properties

IsActive

Is this credential currently active

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
bool

PublicValue

Max 255 chars

Declaration
public string PublicValue { get; set; }
Property Value
Type Description
string

SecretValue

Value to encrypted. Max 255 chars

Declaration
public string SecretValue { get; set; }
Property Value
Type Description
string

ValidFrom

When is this credential active from

Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type Description
DateTime

ValidTo

When is this credential active to

Declaration
public DateTime ValidTo { get; set; }
Property Value
Type Description
DateTime

Extension Methods

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