C# Class MassTransit.Serialization.AesCryptoStreamProvider.DisposingCryptoStream

Inheritance: System.Security.Cryptography.CryptoStream
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
DisposingCryptoStream ( Stream stream, ICryptoTransform transform, CryptoStreamMode mode ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DisposingCryptoStream() public méthode

public DisposingCryptoStream ( Stream stream, ICryptoTransform transform, CryptoStreamMode mode ) : System
stream Stream
transform ICryptoTransform
mode CryptoStreamMode
Résultat System