Class SoSafeCredentials
Credentials that are safe to use across mix-mode authentication scenarios
Inherited Members
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
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 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)