Show / Hide Table of Contents

Class SoCredentials

Structure holding credentials.

Inheritance
object
SoCredentials
SoSafeCredentials
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
[DataContract(Name = "SoCredentials", Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
[KnownType(typeof(SoSafeCredentials))]
public class SoCredentials

Constructors

SoCredentials()

Structure holding credentials.

Declaration
public SoCredentials()

SoCredentials(string)

Structure holding credentials.

Declaration
public SoCredentials(string ticket)
Parameters
Type Name Description
string ticket

Properties

Ticket

Structure holding credentials.

Declaration
[DataMember]
public string Ticket { get; set; }
Property Value
Type Description
string

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