Compartir a través de


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>