Show / Hide Table of Contents

    Interface IEnvelopeEncryptor

    Namespace: Sensus.Encryption
    Assembly: SensusAndroid.dll
    Syntax
    public interface IEnvelopeEncryptor

    Methods

    EnvelopeAsync(Byte[], Int32, Int32, Stream, CancellationToken)

    Declaration
    Task EnvelopeAsync(byte[] unencryptedBytes, int symmetricKeySizeBits, int symmetricInitializationVectorSizeBits, Stream encryptedOutputStream, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.Byte[] unencryptedBytes
    System.Int32 symmetricKeySizeBits
    System.Int32 symmetricInitializationVectorSizeBits
    System.IO.Stream encryptedOutputStream
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX