This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
A SecurityProfile describes a set of credentials available to a user in the system. Every operation performed by a user with this SecurityProfile, will use the credentials in this SecurityProfile

Namespace: Smartsite.Security
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public sealed class SecurityProfile : 
Visual Basic (Declaration)Copy imageCopy Code
Public NotInheritable Class SecurityProfile _
	Implements 

Inheritance Hierarchy

System..::..Object
  Smartsite.Security..::..SecurityProfile

See Also

Advanced