Click or drag to resize

BackgroundCopyJobHttpOptionsSecurityOptions Property

Gets or sets flags for HTTP that determine whether the certificate revocation list is checked and certain certificate errors are ignored, and the policy to use when a server redirects the HTTP request.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public BackgroundCopyJobHttpSecurityOptions SecurityOptions { get; set; }

Property Value

Type: BackgroundCopyJobHttpSecurityOptions
The flags for HTTP that determine whether the certificate revocation list is checked and certain certificate errors are ignored, and the policy to use when a server redirects the HTTP request.
See Also