Which of the following syntaxes is used for the EncryptionAlgorithm property of the Message class?
[MessagingDescriptionAttribute("MessageEncryptionAlgorithm")]
public EncryptionAlgorithm : EncryptionAlgorithm { }
[MessagingDescriptionAttribute("MessageEncryption")]
public EncryptionAlgorithm EncryptionAlgorithm { }
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
public EncryptionAlgorithm : EncryptionAlgorithm { get; set; }
Submit