MessageSenderSettingsAttribute.BypassTransportValidation Property
Gets or sets a value that indicates whether the sender handles signing and encryption internally. If this value is true, message validation will skip some validation steps.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool BypassTransportValidation { get; set; }
public:
property bool BypassTransportValidation {
bool get();
void set(bool value);
}
Public Property BypassTransportValidation As Boolean
Property Value
Type: System.Boolean
See Also
MessageSenderSettingsAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top