Brunet.Security.NullEncryption.CreateDecryptor C# (CSharp) Méthode

CreateDecryptor() public méthode

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
Résultat ICryptoTransform
    public override ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) {
      return new NullTransform();
    }