SecurityConfiguration.FallbackSecurityMode Property

 

Gets or sets the fallback security mode to use if SSL is not available.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public uint FallbackSecurityMode { get; set; }
public:
property unsigned int FallbackSecurityMode {
    unsigned int get();
    void set(unsigned int value);
}
Public Property FallbackSecurityMode As UInteger

Property Value

Type: System.UInt32

See Also

SecurityConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top