![]() | |
SimpleCryptoProvider Class |
Namespace: WeroSoft.Security
public sealed class SimpleCryptoProvider : IValueDecryption, IValueEncryption
The SimpleCryptoProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleCryptoProvider |
Initialize a new instance of type ServerClientValueCrypto.
|
Name | Description | |
---|---|---|
![]() | GetDecryption |
Gets the function to get a decryption instance.
|
![]() | GetEncryption |
Gets the function to get a encryption instance.
|
Name | Description | |
---|---|---|
![]() ![]() | CheckTypeIsSupported |
Check if a type is supported or not.
Throws a NotSupportedException if not supported.
|
![]() | Decrypt(String, ListCertificate) |
Decrypt a value of type System.String.
|
![]() | DecryptT(String) |
Decrypt a encrypted value.
|
![]() | DecryptBool |
Decrypt a value of type System.Boolean.
|
![]() | DecryptByte |
Decrypt a value of type System.Byte.
|
![]() | DecryptChar |
Decrypt a value of type System.Char.
|
![]() | DecryptDateTime |
Decrypt a value of type System.DateTime.
|
![]() | DecryptDecimal |
Decrypt a value of type System.Decimal.
|
![]() | DecryptDouble |
Decrypt a value of type System.Double.
|
![]() | DecryptEnumT |
Decrypt a value of an enumeration type.
|
![]() | DecryptGuid |
Decrypt a value of type System.Guid.
|
![]() | DecryptInt16 |
Decrypt a value of type System.Int16.
|
![]() | DecryptInt32 |
Decrypt a value of type System.Int32.
|
![]() | DecryptInt64 |
Decrypt a value of type System.Int64.
|
![]() | DecryptSingle |
Decrypt a value of type System.Single.
|
![]() | DecryptString |
Decrypt a value of type System.String.
|
![]() | DecryptTimeSpan |
Decrypt a value of type System.TimeSpan.
|
![]() | DecryptUInt16 |
Decrypt a value of type System.UInt16.
|
![]() | DecryptUInt32 |
Decrypt a value of type System.UInt32.
|
![]() | DecryptUInt64 |
Decrypt a value of type System.UInt64.
|
![]() | Encrypt(Boolean) |
Encrypt a value of type System.Boolean.
|
![]() | Encrypt(Byte) |
Encrypt a value of type System.Byte.
|
![]() | Encrypt(Char) |
Encrypt a value of type System.Char.
|
![]() | Encrypt(DateTime) |
Encrypt a value of type System.DateTime.
|
![]() | Encrypt(Decimal) |
Encrypt a value of type System.Decimal.
|
![]() | Encrypt(Double) |
Encrypt a value of type System.Double.
|
![]() | Encrypt(Enum) |
Encrypt a value of an enumeration type.
|
![]() | Encrypt(Guid) |
Encrypt a value of type System.Guid.
|
![]() | Encrypt(Int16) |
Encrypt a value of type System.Int16.
|
![]() | Encrypt(Int32) |
Encrypt a value of type System.Int32.
|
![]() | Encrypt(Int64) |
Encrypt a value of type System.Int64.
|
![]() | Encrypt(Single) |
Encrypt a value of type System.Single.
|
![]() | Encrypt(String) |
Encrypt a value of type System.String.
|
![]() | Encrypt(TimeSpan) |
Encrypt a value of type System.TimeSpan.
|
![]() | Encrypt(UInt16) |
Encrypt a value of type System.UInt16.
|
![]() | Encrypt(UInt32) |
Encrypt a value of type System.UInt32.
|
![]() | Encrypt(UInt64) |
Encrypt a value of type System.UInt64.
|
![]() | Encrypt(String, ListCertificate) |
Encrypt a value of type System.String.
|
![]() | EncryptT(T) |
Encrypt a value generic.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetSupportedTypeFullNames |
Get supported type full names.
|
![]() ![]() | GetSupportedTypeNames |
Get supported type names.
|
![]() ![]() | GetSupportedTypes |
Get supported types.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | TryCheckTypeIsSupported |
Check if a type is supported or not.
|
Name | Description | |
---|---|---|
![]() | Clone(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | CloneT(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | Convert | (Defined by DataConverterExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String) | Overloaded.
Creates a data entry into a string builder according to the giving parameters.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry for a data element.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry into a string builder.
(Defined by TraceExtensions.) |
![]() | DynamicCast |
Dynamically casts a reference to another type.
(Defined by TypeManagerHelper.) |
![]() | ExtractSystemParametersFromTrigger |
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
(Defined by TriggerExtensions.) |
![]() | GetFieldValue(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetFieldValueT(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValue(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValueT(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | Inject(Type, Object) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | Inject(Type, Object, Boolean) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | InjectField |
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Type, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | Invoke(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | InvokeTResult(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | SetFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | SetPropertyValue |
Sets the data object on a defined property of a particular type.
(Defined by UnitTest.) |
![]() | SetReadOnlyFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | TryInjectProperty |
Tries to Inject a value to a property within a data object.
(Defined by DataInjection.) |