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

Converts a string in an SMS blob format to a byte[] array

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
byte[] 
DecodeSerializedCertificate(
	
string 
certBlob
)
Public 
Shared 
Function 
DecodeSerializedCertificate ( _
	
certBlob 
As 
String _
) 
As 
Byte()
public:
static 
array<
unsigned char>^ 
DecodeSerializedCertificate(
	
String^ 
certBlob
)

Parameters

certBlob
String

See Also