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
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property NativeErrorCode As Integer Get | 
| C# | 
|---|
| public int NativeErrorCode { get; } | 
 
     
     
     
     
    