{39B68485-6773-3C46-82E9-56D8F0B4570C}

System.Security.Cryptography.MACTripleDES

Registry

{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}

InprocServer32

C:\Windows\System32\mscoree.dll
  • Assembly: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  • Class: System.Security.Cryptography.MACTripleDES
  • ThreadingModel: Both

ProgId

System.Security.Cryptography.MACTripleDES

Instance

  • Type: MACTripleDES

Methods

  • Initialize: void Initialize()
  • get_Padding: System.Security.Cryptography.PaddingMode get_Padding()
  • set_Padding: void set_Padding(System.Security.Cryptography.PaddingMode value)
  • get_Key: byte[] get_Key()
  • set_Key: void set_Key(byte[] value)
  • get_HashSize: int get_HashSize()
  • get_Hash: byte[] get_Hash()
  • ComputeHash: byte[] ComputeHash(System.IO.Stream inputStream), byte[] ComputeHash(byte[] buffer), byte[] ComputeHash(byte[] buffer, int offset, int count)
  • get_InputBlockSize: int get_InputBlockSize(), int ICryptoTransform.get_InputBlockSize()
  • get_OutputBlockSize: int get_OutputBlockSize(), int ICryptoTransform.get_OutputBlockSize()
  • get_CanTransformMultipleBlocks: bool get_CanTransformMultipleBlocks(), bool ICryptoTransform.get_CanTransformMultipleBlocks()
  • get_CanReuseTransform: bool get_CanReuseTransform(), bool ICryptoTransform.get_CanReuseTransform()
  • TransformBlock: int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset), int ICryptoTransform.TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
  • TransformFinalBlock: byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount), byte[] ICryptoTransform.TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
  • Dispose: void Dispose(), void IDisposable.Dispose()
  • Clear: void Clear()

Properties

  • Padding: System.Security.Cryptography.PaddingMode Padding {get;set;}
  • Key: byte[] Key {get;set;}
  • HashSize: int HashSize {get;}
  • Hash: byte[] Hash {get;}
  • InputBlockSize: int InputBlockSize {get;}
  • OutputBlockSize: int OutputBlockSize {get;}
  • CanTransformMultipleBlocks: bool CanTransformMultipleBlocks {get;}
  • CanReuseTransform: bool CanReuseTransform {get;}

MIT License. Copyright (c) 2021 Strontic.