summaryN:DotNetNuke.Security

Classes

  ClassDescription
Public classFIPSCompliant
This class implements a number of methods that can be safely used in a FIPS-140 compliant environment FIPS compliant Algorithms: Hash algorithms HMACSHA1 MACTripleDES SHA1CryptoServiceProvider SHA256CryptoServiceProvider Symmetric algorithms (use the same key for encryption and decryption) DESCryptoServiceProvider TripleDESCryptoServiceProvider Asymmetric algorithms (use a public key for encryption and a private key for decryption) DSACryptoServiceProvider RSACryptoServiceProvider
Public classPortalSecurity
Public classRegistrationSettings

Enumerations

  EnumerationDescription
Public enumerationPortalSecurity..::..ConfigType
Determines the configuration source for the remove and replace functions
Public enumerationPortalSecurity..::..FilterFlag
The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together.
Public enumerationPortalSecurity..::..FilterScope
determines whether to use system (host) list, portal specific list, or combine both At present only supported by ConfigType.ListController
Public enumerationSecurityAccessLevel
The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action.