SmsCertificateBlobHelpers Class

 

Provides 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)

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

[SerializableAttribute]
[ExtensionAttribute]
public ref class SmsCertificateBlobHelpers abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDecodeSerializedCertificate(String^)

Converts a string from an SMS blob format to a byte array.

System_CAPS_pubmethodSystem_CAPS_staticDecodeSerializedCertificateToX509Certificate(String^)

Converts a string from an SMS blob format to an X509Certificate.

System_CAPS_pubmethodSystem_CAPS_staticSerialize(X509Certificate^)

Converts an X509Certificate into an SMS certificate blob.

System_CAPS_pubmethodSystem_CAPS_staticSerializeCertificate(array<Byte>^)

Converts a byte array into an SMS certificate blob.

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

Return to top
Show: