This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Wraps the existing instruction source to use a new SecurityZone.
Namespace: Smartsite.Security
Assembly: Smartsite.SXML (in Smartsite.SXML.dll)
Syntax
C# | Copy Code |
---|---|
public SXMLSecurityZoneWrapper( string context, innerSource, securityZone ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub New ( _ context As , _ innerSource As , _ securityZone As _ ) |
Parameters
- context
- String
The context.
- innerSource
- ISXMLSource
The inner source.
- securityZone
- SXMLSecurityZone
The security zone.
See Also
SXMLSecurityZoneWrapper Class
Smartsite.Security Namespace