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

Helper methods to handle serializing and deserializing the special SMS certificate blob format

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

Syntax

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

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
DecodeSerializedCertificate(String)
Converts a string in an SMS blob format to a byte[] array
DecodeSerializedCertificateToX509Certificate(String)
Converts a string in an SMS blob format to an X509Certificate
Serialize(X509Certificate)
Converts an X509Certificateinto an SMS blob format
SerializeCertificate( array< Byte > [] () [] [] )
Converts a byte[] into an SMS blob format

Inheritance Hierarchy

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

See Also