 | EndpointElementauthType Property |
Gets or sets the type of the authentication.
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic string authType { get; set; }
Public Property authType As String
Get
Set
public:
property String^ authType {
String^ get ();
void set (String^ value);
}
member authType : string with get, set
Property Value
Type:
String
The type of the authentication.
See Also