 | FhirDispatcherTargetConfigurationAuthenticator Property |
Gets or sets the class which authenticates requests
Namespace: SanteDB.Messaging.FHIR.ConfigurationAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic TypeReferenceConfiguration Authenticator { get; set; }Public Property Authenticator As TypeReferenceConfiguration
Get
Set
public:
property TypeReferenceConfiguration^ Authenticator {
TypeReferenceConfiguration^ get ();
void set (TypeReferenceConfiguration^ value);
}member Authenticator : TypeReferenceConfiguration with get, set
Property Value
TypeReferenceConfiguration
See Also