C# Class Raven.Bundles.Encryption.CodecSaltExtensions

Afficher le fichier Open project: robashton/ravendb

Méthodes publiques

Méthode Description
ReadSalt ( this stream, string key ) : Stream
WriteSalt ( this stream, string key ) : Stream

Method Details

ReadSalt() public static méthode

public static ReadSalt ( this stream, string key ) : Stream
stream this
key string
Résultat Stream

WriteSalt() public static méthode

public static WriteSalt ( this stream, string key ) : Stream
stream this
key string
Résultat Stream