Candor.Security.Cryptography.HashProvider.GetSalt C# (CSharp) Méthode

GetSalt() public méthode

Creates a true random salt with a default length of 256.
public GetSalt ( ) : String
Résultat String
        public virtual String GetSalt()
        {
            return GetSalt(256);
        }

Same methods

HashProvider::GetSalt ( Int32 length ) : String