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

Converts the security mode to a URI scheme

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
string 
ToScheme(
	

MessageSecurityMode 
mode
)
Public 
Shared 
Function 
ToScheme ( _
	
mode 
As 

MessageSecurityMode _
) 
As 
String
public:
static 
String^ 
ToScheme(
	

MessageSecurityMode 
mode
)

Parameters

mode
MessageSecurityMode
The given security mode

Return Value

String URI Scheme

See Also