Creates a Spotfire specific instance of the IIdentity interface
from a user name string.
Namespace: Spotfire.Dxp.WebAssembly: Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- userName
- Type: System String
the name of the user for which to create an identity.
Return Value
Type: IIdentityAn identity object representing the user with the given name.
Exceptions
Exception | Condition |
---|---|
System.Security.Authentication AuthenticationException | the userName parameter is null. |
Remarks
Version Information
See Also