Skip to content

MFGS Http Client Credential Type

MFGSHttpClientCredentialType Public enum

Description

Enumerates the valid credential types for HTTP clients.

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.MFGSHttpClientCredentialType[[MFGSHttpClientCredentialType]]
end

Details

Summary

Enumerates the valid credential types for HTTP clients.

Fields

mfgsCredentialNone

Summary

Specifies anonymous authentication.

mfgsCredentialBasic

Summary

Specifies Basic authentication.

mfgsCredentialDigest

Summary

Specifies Digest authentication.

mfgsCredentialNtlm

Summary

Specifies client authentication using NTLM.

mfgsCredentialWindows

Summary

Specifies client authentication using Windows.

mfgsCredentialCertificate

Summary

Specifies client authentication using a certificate.

mfgsCredentialInheritedFromHost

Summary

The authentication is inherited from the host.

Generated with ModularDoc