System.Security.Cryptography.PKCS1MaskGenerationMethod.PKCS1MaskGenerationMethod C# (CSharp) Метод

PKCS1MaskGenerationMethod() публичный Метод

public PKCS1MaskGenerationMethod ( ) : Internal.Cryptography
Результат Internal.Cryptography
        public PKCS1MaskGenerationMethod()
        {
            _hashNameValue = "SHA1";
        }