Class SoSafeCredentials
Credentials that are safe to use across mix-mode authentication scenarios
Inherited Members
Namespace: SuperOfficeSecurityPrincipal
Assembly: SoCore.dll
Syntax
[DataContract(Name = "SoSafeCredentials", Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class SoSafeCredentials : SoCredentials
Constructors
SoSafeCredentials()
Default constructor
Declaration
public SoSafeCredentials()
SoSafeCredentials(SoCredentials)
Constructor
Declaration
public SoSafeCredentials(SoCredentials cred)
Parameters
| Type | Name | Description |
|---|---|---|
| SoCredentials | cred | SoCredentials instance with properties to copy |