SmsCertificateBlobHelpers Class
Provides helper methods to handle serializing and deserializing the special SMS certificate blob format.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DecodeSerializedCertificate(String^) | Converts a string from an SMS blob format to a byte array. |
![]() ![]() | DecodeSerializedCertificateToX509Certificate(String^) | Converts a string from an SMS blob format to an X509Certificate. |
![]() ![]() | Serialize(X509Certificate^) | Converts an X509Certificate into an SMS certificate blob. |
![]() ![]() | SerializeCertificate(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.
Show:

