| 
            
               | 
        
         This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
        
                    
                      
                        
Syntax
                    
                    | C# | 
                                
                                   | 
                            
|---|---|
                                [] public class SXMLSecurityZone  | 
                            |
| Visual Basic (Declaration) | 
                                
                                   | 
                            
|---|---|
                                <> _ Public Class SXMLSecurityZone  | 
                            |
The type exposes the following members.
                      
                        
Public Methods
                    
                    | Name | Description | |
|---|---|---|
| 
                             | 
                          Equals | (Overrides Object..::Equals(Object).) | 
| 
                             | 
                          GetHashCode | 
                             
            Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
              (Overrides Object..::GetHashCode()()()().) | 
                        
| 
                             | 
                          GetType | (Inherited from Object.) | 
| 
                             | 
                          InheritsFrom | 
                             
            Returns true if this zone inherits from the given zone.
             
                           | 
                        
| 
                             | 
                          ToString | (Overrides Object..::ToString()()()().) | 
                      
                        
Protected Methods
                    
                    | Name | Description | |
|---|---|---|
| 
                             | 
                          Finalize | (Inherited from Object.) | 
| 
                             | 
                          MemberwiseClone | (Inherited from Object.) | 
                      
                        
Public Properties
                    
                    | Name | Description | |
|---|---|---|
| 
                             | 
                          Default | 
                             
            Gets the default zone. 
             
                           | 
                        
| 
                             | 
                          HighRisk | 
                             
            Gets the high zone. 
             
                           | 
                        
| 
                             | 
                          Inherits | 
                             
            Gets the SecurityZone from which this zone directly inherits.
             
                           | 
                        
| 
                             | 
                          LowRisk | 
                             
            Gets the low zone. 
             
                           | 
                        
| 
                             | 
                          MediumRisk | 
                             
            Gets the medium zone. 
             
                           | 
                        
| 
                             | 
                          Name | 
                             
            Gets the name of the Zone.
             
                           | 
                        
                      
                        
See Also
                    
                    
                        Smartsite.Security Namespace