ComponentPro UltimateFtp

      VerificationFlags Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Represents the different verification flags used to verify a server's certificate.

      Syntax

      public enum VerificationFlags

      Members

      NameDescription
      NoneNo options specified.
      IgnoreTimeNotValidIgnore certificates in the chain that are not valid either because they have expired or they are not yet in effect when determining certificate validity.
      IgnoreCtlTimeNotValidIgnore that the certificate trust list (CTL) is not valid, for reasons such as the CTL has expired, when determining certificate verification.
      IgnoreTimeNotNestedIgnore that the CA (certificate authority) certificate and the issued certificate have validity periods that are not nested when verifying the certificate. For example, the CA cert can be valid from January 1 to December 1 and the issued certificate from January 2 to December 2, which would mean the validity periods are not nested.
      IgnoreAllTimeNotValidIgnore certificates in the chain that have any invalid time checks.
      IgnoreInvalidBasicConstraintsIgnore that the basic constraints are not valid when determining certificate verification.
      AllowUnknownCaIgnore that the chain cannot be verified due to an unknown certificate authority (CA).
      IgnoreWrongUsageIgnore that the certificate was not issued for the current use when determining certificate verification.
      IgnoreInvalidPolicyIgnore that the certificate has invalid policy when determining certificate verification.
      IgnoreEndRevUnknownIgnore that the end certificate (the user certificate) revocation is unknown when determining certificate verification.
      IgnoreCtlSignerRevUnknownIgnore that the certificate signer revocation is unknown when determining certificate verification.
      IgnoreCaRevUnknownIgnore that the certificate authority revocation is unknown when determining certificate verification.
      IgnoreRootRevUnknownIgnore that the root revocation is unknown when determining certificate verification.
      IgnoreAllRevUnknownIgnore that the certificate revocation status is unknown when determining certificate verification.
      AllowTestRootNot supported.
      TrustTestRootNot supported.
      UseCacheOnlyUse local cache only.
      IgnoreCnNotMatchIgnore that the certificate common name is invalid when determining certificate verification.
      SkipRevocationCheckSkip certificate revocation check.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Network.CF (in ComponentPro.Network.CF.dll)

      .NET Framework.NET Framework

      Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
      Assembly: ComponentPro.Network (in ComponentPro.Network.dll)

      Portable Class Library for Windows Phone 8.1 and Windows 8.1 Store AppsPortable Class Library for Windows Phone 8.1 and Windows 8.1 Store Apps

      Supported version: 4.6.x and later
      Assembly: ComponentPro.Network.WinPcl (in ComponentPro.Network.WinPcl.dll)

      Universal Windows Platform (includes Windows 10 Mobile, Windows 10 Store Apps and Windows 10 IoT)Universal Windows Platform (includes Windows 10 Mobile, Windows 10 Store Apps and Windows 10 IoT)

      Supported version: 4.6.x and later
      Assembly: ComponentPro.Network.Uwp (in ComponentPro.Network.Uwp.dll)

      Xamarin AndroidXamarin Android

      Supported version: 2.3 and later
      Assembly: ComponentPro.Network.Android (in ComponentPro.Network.Android.dll)

      Xamarin MacXamarin Mac

      Supported version: 2.0.x and later
      Assembly: ComponentPro.Network.Mac (in ComponentPro.Network.Mac.dll)

      Xamarin iOSXamarin iOS

      Supported version: 5.1.x and later
      Assembly: ComponentPro.Network.iOS (in ComponentPro.Network.iOS.dll)

      See Also