System.Security.Cryptography.PKCS1MaskGenerationMethod.PKCS1MaskGenerationMethod C# (CSharp) Méthode

PKCS1MaskGenerationMethod() public méthode

public PKCS1MaskGenerationMethod ( ) : Internal.Cryptography
Résultat Internal.Cryptography
        public PKCS1MaskGenerationMethod()
        {
            _hashNameValue = "SHA1";
        }