 | UpstreamSecurityChallengeProviderUpstreamProvider Property |
Gets the upstream provider
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic ISecurityChallengeService UpstreamProvider { get; }Public ReadOnly Property UpstreamProvider As ISecurityChallengeService
Get
public:
virtual property ISecurityChallengeService^ UpstreamProvider {
ISecurityChallengeService^ get () sealed;
}abstract UpstreamProvider : ISecurityChallengeService with get
override UpstreamProvider : ISecurityChallengeService with get
Property Value
ISecurityChallengeServiceImplements
IUpstreamServiceProviderTUpstreamServiceUpstreamProvider
See Also