Share via


MessageSecurityModeHelper Class

 

Utility class that helps convert security modes to schemes.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.MessageSecurityModeHelper

Syntax

[SerializableAttribute]
public static class MessageSecurityModeHelper
[SerializableAttribute]
public ref class MessageSecurityModeHelper abstract sealed 
<SerializableAttribute>
Public NotInheritable Class MessageSecurityModeHelper

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ToScheme(MessageSecurityMode)

Converts the security mode to a URI scheme.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top