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)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.SmsCertificateBlobHelpers
Syntax
[SerializableAttribute]
public static class SmsCertificateBlobHelpers
[SerializableAttribute]
[ExtensionAttribute]
public ref class SmsCertificateBlobHelpers abstract sealed
<SerializableAttribute>
<ExtensionAttribute>
Public NotInheritable Class SmsCertificateBlobHelpers
Methods
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(Byte[]) | Converts a byte array into an SMS certificate blob. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top