Compartilhar via


ManagementPackBundleStreamSignature.GetSignatureAsHexString Method

Retrieves the signature as a hexadecimal string.

Namespace: Microsoft.EnterpriseManagement.Packaging
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackBundleStreamSignature
Dim returnValue As String

returnValue = instance.GetSignatureAsHexString

Syntax

'Declaration
Public Function GetSignatureAsHexString As String
public string GetSignatureAsHexString ()
public:
String^ GetSignatureAsHexString ()
public String GetSignatureAsHexString ()
public function GetSignatureAsHexString () : String

Return Value

The signature.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackBundleStreamSignature Class
ManagementPackBundleStreamSignature Members
Microsoft.EnterpriseManagement.Packaging Namespace