Esempio n. 1
0
 private void InitAccountClient()
 {
     var accountStsUrl = GetAccountStsUrl();
     Client = new AccountSTSClient(accountStsUrl + "/Api", accountStsUrl, FederatedAuthentication.WSFederationAuthenticationModule.Realm);
     Client.SetHmacSettings(ReadHmacSettings(Consts.AccountHmacSettingsPrefix));
 }