 | RestClientSecurityConfigurationMode Property |
Gets the mode of authentication
Namespace: SanteDB.Core.Configuration.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic SecurityScheme Mode { get; set; }Public Property Mode As SecurityScheme
Get
Set
public:
virtual property SecurityScheme Mode {
SecurityScheme get () sealed;
void set (SecurityScheme value) sealed;
}abstract Mode : SecurityScheme with get, set
override Mode : SecurityScheme with get, set
Property Value
SecuritySchemeImplements
IRestClientSecurityDescriptionMode
See Also