Gets the native error code returned by the validation function or zero if the native error code is not available.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property NativeErrorCode As Integer
	Get
C#
public int NativeErrorCode { get; }

Field Value

The error code returned by the validation function.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also