次の方法で共有


FileEncryptionTransform クラス

定義

public class FileEncryptionTransform : IDisposable, System.Security.Cryptography.ICryptoTransform
type FileEncryptionTransform = class
    interface ICryptoTransform
    interface IDisposable
Public Class FileEncryptionTransform
Implements ICryptoTransform, IDisposable
継承
FileEncryptionTransform
実装

プロパティ

CanReuseTransform
CanTransformMultipleBlocks
FileOffset
InputBlockSize
OutputBlockSize

メソッド

Dispose()
Dispose(Boolean)
TransformBlock(Byte[], Int32, Int32, Byte[], Int32)
TransformFinalBlock(Byte[], Int32, Int32)

適用対象