summaryN:DotNetNuke.Security
Classes
Class | Description | |
---|---|---|
![]() | FIPSCompliant |
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
|
![]() | PortalSecurity | |
![]() | RegistrationSettings |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | PortalSecurity..::..ConfigType |
Determines the configuration source for the remove and replace functions
|
![]() | PortalSecurity..::..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.
|
![]() | PortalSecurity..::..FilterScope |
determines whether to use system (host) list, portal specific list, or combine both
At present only supported by ConfigType.ListController
|
![]() | SecurityAccessLevel |
The SecurityAccessLevel enum is used to determine which level of access rights
to assign to a specific module or module action.
|