ProtocolConnectionSettings.EncryptionType property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property EncryptionType As Nullable(Of EncryptionType)
Get
'Usage
Dim instance As ProtocolConnectionSettings
Dim value As Nullable(Of EncryptionType)
value = instance.EncryptionType
public Nullable<EncryptionType> EncryptionType { get; }
Property value
Type: System.Nullable<EncryptionType>
See also
Reference
ProtocolConnectionSettings class