[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Utility class to help with converting security modes to schemes

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
static 
class 
MessageSecurityModeHelper
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MessageSecurityModeHelper
[
SerializableAttribute]
public 
ref class 
MessageSecurityModeHelper 
abstract 
sealed

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ToScheme(MessageSecurityMode)
Converts the security mode to a URI scheme

Inheritance Hierarchy

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

See Also