PFUserAltIdentity Constructor (PFUserIdentity) |
Instanciates and initializes the object from given PFUserIdentity.
Namespace:
Packflow.Core.Poco
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFUserAltIdentity(
PFUserIdentity identity
)
Parameters
- identity
- Type: Packflow.CorePFUserIdentity
The identity used to initialize the PFUserAltIdentity object
See Also