Azavea.Open.Common.Cryptography.IOneWayHash.Encrypt C# (CSharp) 메소드

Encrypt() 공개 추상적인 메소드

Cryptographically hashes a plaintext string into a short-message digest (hard to decrypt)
public abstract Encrypt ( string input ) : string
input string plaintext
리턴 string
        public abstract string Encrypt(string input);
IOneWayHash