X509Certificate.CreateHexString Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Creates a hexadecimal string from the specified byte array.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Protected Friend Function CreateHexString ( _
    sArray As Byte() _
) As String
protected internal string CreateHexString(
    byte[] sArray
)

Parameters

Return Value

Type: System.String
A hexadecimal string.

Remarks

This method is internal-only and should not be used directly from your code.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.