Ejemplo n.º 1
0
 public ManagedTokenOrganizationServiceProxy(IServiceManagement <IOrganizationService> serviceManagement,
                                             ClientCredentials credentials)
     : base(serviceManagement, credentials)
 {
     this._proxyManager = new AutoRefreshSecurityToken <OrganizationServiceProxy, IOrganizationService>(this);
 }
Ejemplo n.º 2
0
 public ManagedTokenDiscoveryServiceProxy(IServiceManagement <IDiscoveryService> serviceManagement,
                                          ClientCredentials credentials)
     : base(serviceManagement, credentials)
 {
     this._proxyManager = new AutoRefreshSecurityToken <DiscoveryServiceProxy, IDiscoveryService>(this);
 }
Ejemplo n.º 3
0
 public ManagedTokenOrganizationServiceProxy(IServiceManagement <IOrganizationService> serviceManagement,
                                             SecurityTokenResponse securityTokenResponse)
     : base(serviceManagement, securityTokenResponse)
 {
     this._proxyManager = new AutoRefreshSecurityToken <OrganizationServiceProxy, IOrganizationService>(this);
 }
Ejemplo n.º 4
0
 public ManagedTokenDiscoveryServiceProxy(IServiceManagement <IDiscoveryService> serviceManagement,
                                          SecurityTokenResponse securityTokenResponse)
     : base(serviceManagement, securityTokenResponse)
 {
     this._proxyManager = new AutoRefreshSecurityToken <DiscoveryServiceProxy, IDiscoveryService>(this);
 }