Class SoCredentials
Structure holding credentials.
Inherited Members
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 |