StartTlsCommandEventArgs.RequestClientTlsCertificate Property
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property RequestClientTlsCertificate As Boolean
Get
Set
'Usage
Dim instance As StartTlsCommandEventArgs
Dim value As Boolean
value = instance.RequestClientTlsCertificate
instance.RequestClientTlsCertificate = value
public bool RequestClientTlsCertificate { get; set; }
Property Value
Type: System.Boolean