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
See also
Reference
StartTlsCommandEventArgs class