共用方式為


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

Return Value

Type: System.Byte[]

See Also

SmsCertificateBlobHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top