C# Class Raven.Bundles.Encryption.CodecSaltExtensions

ファイルを表示 Open project: robashton/ravendb

Public Methods

Method Description
ReadSalt ( this stream, string key ) : Stream
WriteSalt ( this stream, string key ) : Stream

Method Details

ReadSalt() public static method

public static ReadSalt ( this stream, string key ) : Stream
stream this
key string
return Stream

WriteSalt() public static method

public static WriteSalt ( this stream, string key ) : Stream
stream this
key string
return Stream