System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / LocalAppContextSwitches Class / UseMD5ForDefaultHashAlgorithm Property



In This Topic
    UseMD5ForDefaultHashAlgorithm Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property UseMD5ForDefaultHashAlgorithm As Boolean
    'Usage
     
    
    Dim value As Boolean
     
    value = LocalAppContextSwitches.UseMD5ForDefaultHashAlgorithm
    public static bool UseMD5ForDefaultHashAlgorithm {get;}
    public:
    static property bool UseMD5ForDefaultHashAlgorithm {
       bool get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also