EncryptionAlgorithm Property (DefaultPropertiesToSend)
Gets or sets the encryption algorithm used to encrypt the body of a private message.
Syntax
'Declaration <DefaultValueAttribute()> <MessagingDescriptionAttribute("Specifies the encryption algorithm used to encrypt the message body of a private message.")> Public Property EncryptionAlgorithm As EncryptionAlgorithm
'Usage Dim instance As DefaultPropertiesToSend Dim value As EncryptionAlgorithm instance.EncryptionAlgorithm = value value = instance.EncryptionAlgorithm
[DefaultValue()] [MessagingDescription("Specifies the encryption algorithm used to encrypt the message body of a private message.")] public EncryptionAlgorithm EncryptionAlgorithm {get; set;}
[DefaultValue()] [MessagingDescription("Specifies the encryption algorithm used to encrypt the message body of a private message.")] 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