[Missing <summary> documentation for "T:NMLE.HCE.HCETransform`2"]
System Object NMLE MLETransformBase THashAlgorithm,
TEncryptionAlgorithm NMLE.HCE HCETransform THashAlgorithm, TEncryptionAlgorithm Namespace: NMLE.HCEAssembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
public class HCETransform<THashAlgorithm, TEncryptionAlgorithm> : MLETransformBase<THashAlgorithm, TEncryptionAlgorithm>
where THashAlgorithm : new(), HashAlgorithm
where TEncryptionAlgorithm : new(), SymmetricAlgorithm
public class HCETransform<THashAlgorithm, TEncryptionAlgorithm> : MLETransformBase<THashAlgorithm, TEncryptionAlgorithm>
where THashAlgorithm : new(), HashAlgorithm
where TEncryptionAlgorithm : new(), SymmetricAlgorithm
Public Class HCETransform(Of THashAlgorithm As {New, HashAlgorithm}, TEncryptionAlgorithm As {New, SymmetricAlgorithm})
Inherits MLETransformBase(Of THashAlgorithm, TEncryptionAlgorithm)
Public Class HCETransform(Of THashAlgorithm As {New, HashAlgorithm}, TEncryptionAlgorithm As {New, SymmetricAlgorithm})
Inherits MLETransformBase(Of THashAlgorithm, TEncryptionAlgorithm)
generic<typename THashAlgorithm, typename TEncryptionAlgorithm>
where THashAlgorithm : gcnew(), HashAlgorithm
where TEncryptionAlgorithm : gcnew(), SymmetricAlgorithm
public ref class HCETransform : public MLETransformBase<THashAlgorithm, TEncryptionAlgorithm>
generic<typename THashAlgorithm, typename TEncryptionAlgorithm>
where THashAlgorithm : gcnew(), HashAlgorithm
where TEncryptionAlgorithm : gcnew(), SymmetricAlgorithm
public ref class HCETransform : public MLETransformBase<THashAlgorithm, TEncryptionAlgorithm>
- THashAlgorithm
[Missing <typeparam name="THashAlgorithm"/> documentation for "T:NMLE.HCE.HCETransform`2"]
- TEncryptionAlgorithm
[Missing <typeparam name="TEncryptionAlgorithm"/> documentation for "T:NMLE.HCE.HCETransform`2"]