System.Security.Cryptography.MD5.Implementation.Implementation C# (CSharp) 메소드

Implementation() 공개 메소드

public Implementation ( ) : Internal.Cryptography
리턴 Internal.Cryptography
            public Implementation()
            {
                _hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.MD5);
            }