JAMS Developer Guide
AllowTLS12 Property (IMAPSession)


MVPSI.JAMS.Activities Namespace > IMAPSession Class : AllowTLS12 Property
Allow TLS 1.2?
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Allow TLS 1.2?")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.DisplayNameAttribute("AllowTLS1.2")>
Public Property AllowTLS12 As System.Boolean
'Usage
 
Dim instance As IMAPSession
Dim value As System.Boolean
 
instance.AllowTLS12 = value
 
value = instance.AllowTLS12
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Allow TLS 1.2?")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.DisplayName("AllowTLS1.2")]
public System.bool AllowTLS12 {get; set;}
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

Reference

IMAPSession Class
IMAPSession Members