|
ServiceGetAuthenticationSchemes Method
|
Gets the security setting of the hosting environment (For example: IIS web site or virtual directory).
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.248-beta
Syntaxpublic static AuthenticationSchemes GetAuthenticationSchemes(
Uri baseAddress
)
Public Shared Function GetAuthenticationSchemes (
baseAddress As Uri
) As AuthenticationSchemes
public:
static AuthenticationSchemes GetAuthenticationSchemes(
Uri^ baseAddress
)
static member GetAuthenticationSchemes :
baseAddress : Uri -> AuthenticationSchemes
GSF.ServiceModel.Service.GetAuthenticationSchemes = function(baseAddress);
View SourceParameters
- baseAddress Uri
-
Return Value
AuthenticationSchemes
See Also