Share via


NetworkSecuritySettings.NetworkEncryptionType Property

Definition

Retrieves the type of encryption used by the network.

public:
 property NetworkEncryptionType NetworkEncryptionType { NetworkEncryptionType get(); };
NetworkEncryptionType NetworkEncryptionType();
public NetworkEncryptionType NetworkEncryptionType { get; }
var networkEncryptionType = networkSecuritySettings.networkEncryptionType;
Public ReadOnly Property NetworkEncryptionType As NetworkEncryptionType

Property Value

The network encryption type.

Applies to

See also