X509Certificate.CreateHexString Method

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

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a hexadecimal string from the specified byte array.

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

Syntax

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

X509Certificate Class

System.Security.Cryptography.X509Certificates Namespace