HttpAuthenticationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication type to be used to connect to the HTTP server.
public readonly struct HttpAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HttpAuthenticationType>
type HttpAuthenticationType = struct
Public Structure HttpAuthenticationType
Implements IEquatable(Of HttpAuthenticationType)
- Inheritance
-
HttpAuthenticationType
- Implements
Constructors
HttpAuthenticationType(String) |
Initializes a new instance of HttpAuthenticationType. |
Properties
Anonymous |
Anonymous. |
Basic |
Basic. |
ClientCertificate |
ClientCertificate. |
Digest |
Digest. |
Windows |
Windows. |
Methods
Equals(HttpAuthenticationType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(HttpAuthenticationType, HttpAuthenticationType) |
Determines if two HttpAuthenticationType values are the same. |
Implicit(String to HttpAuthenticationType) |
Converts a string to a HttpAuthenticationType. |
Inequality(HttpAuthenticationType, HttpAuthenticationType) |
Determines if two HttpAuthenticationType values are not the same. |
Applies to
Azure SDK for .NET