Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the security mode to use if SSL is available.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public uint SecureSecurityMode { get; set; }
public:
property unsigned int SecureSecurityMode {
unsigned int get();
void set(unsigned int value);
}
Public Property SecureSecurityMode As UInteger
Property Value
Type: System.UInt32
See Also
SecurityConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top