C# 클래스 MassTransit.Serialization.AesCryptoStreamProvider.DisposingCryptoStream

상속: System.Security.Cryptography.CryptoStream
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
DisposingCryptoStream ( Stream stream, ICryptoTransform transform, CryptoStreamMode mode ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DisposingCryptoStream() 공개 메소드

public DisposingCryptoStream ( Stream stream, ICryptoTransform transform, CryptoStreamMode mode ) : System
stream Stream
transform ICryptoTransform
mode CryptoStreamMode
리턴 System