EncryptionAlgorithm Property (DefaultPropertiesToSend)
Gets or sets the encryption algorithm used to encrypt the body of a private message.
Syntax
'Declaration Public Property EncryptionAlgorithm As EncryptionAlgorithm
'Usage Dim instance As DefaultPropertiesToSend Dim value As EncryptionAlgorithm instance.EncryptionAlgorithm = value value = instance.EncryptionAlgorithm
public EncryptionAlgorithm EncryptionAlgorithm {get; set;}
public: property EncryptionAlgorithm EncryptionAlgorithm { EncryptionAlgorithm get(); void set ( EncryptionAlgorithm value); }
Property Value
One of the EncryptionAlgorithm enumeration values. The default is RC2.Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also