SmsCertificateBlobHelpers.DecodeSerializedCertificate Method (String)
Converts a string from an SMS blob format to a byte array.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static byte[] DecodeSerializedCertificate(
string certBlob
)
public:
static array<unsigned char>^ DecodeSerializedCertificate(
String^ certBlob
)
Public Shared Function DecodeSerializedCertificate (
certBlob As String
) As Byte()
Parameters
certBlob
Type: System.StringThe SMS certificate blob.
Return Value
Type: System.Byte[]
See Also
SmsCertificateBlobHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top